Parse an integer suffix after a hex number.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 21 Nov 2007 16:20:33 +0000 (16:20 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 21 Nov 2007 16:20:33 +0000 (16:20 +0000)
[r18506]

lexer.c

diff --git a/lexer.c b/lexer.c
index ba5e8fb..a74d77c 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -356,6 +356,7 @@ static void parse_number_hex(void)
        }
 
        obstack_free(&symbol_obstack, string);
+       parse_integer_suffix();
 }
 
 static inline bool is_octal_digit(int chr)