diff options
Diffstat (limited to 'src/vhdl/scanner.ads')
-rw-r--r-- | src/vhdl/scanner.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/scanner.ads b/src/vhdl/scanner.ads index 05f45f663..610d63140 100644 --- a/src/vhdl/scanner.ads +++ b/src/vhdl/scanner.ads @@ -119,7 +119,7 @@ package Scanner is -- given in the command line. -- Errors are directly reported through error_msg_option. -- Also, Vhdl_Std should be set. - procedure Convert_Identifier; + procedure Convert_Identifier (Str : in out String); -- Return TRUE iff C is a whitespace. -- LRM93 13.2 Lexical elements, separators, and delimiters |