forked from qt-creator/qt-creator
Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.
This commit is contained in:
@@ -118,8 +118,7 @@ const char *Token::spell() const
|
||||
case T_IDENTIFIER:
|
||||
return identifier->chars();
|
||||
|
||||
case T_INT_LITERAL:
|
||||
case T_FLOAT_LITERAL:
|
||||
case T_NUMERIC_LITERAL:
|
||||
case T_CHAR_LITERAL:
|
||||
case T_STRING_LITERAL:
|
||||
case T_AT_STRING_LITERAL:
|
||||
|
||||
Reference in New Issue
Block a user