Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.

This commit is contained in:
Roberto Raggi
2009-07-10 15:44:47 +02:00
parent 017d865330
commit 3e54a65a69
7 changed files with 12 additions and 14 deletions

View File

@@ -64,8 +64,7 @@ enum Kind {
T_IDENTIFIER,
T_FIRST_LITERAL,
T_INT_LITERAL = T_FIRST_LITERAL,
T_FLOAT_LITERAL,
T_NUMERIC_LITERAL = T_FIRST_LITERAL,
T_CHAR_LITERAL,
T_WIDE_CHAR_LITERAL,
T_STRING_LITERAL,