forked from qt-creator/qt-creator
Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.
This commit is contained in:
@@ -240,7 +240,7 @@ protected:
|
||||
|
||||
bool process_primary()
|
||||
{
|
||||
if ((*_lex)->is(T_INT_LITERAL)) {
|
||||
if ((*_lex)->is(T_NUMERIC_LITERAL)) {
|
||||
int base = 10;
|
||||
const QByteArray spell = tokenSpell();
|
||||
if (spell.at(0) == '0') {
|
||||
|
||||
Reference in New Issue
Block a user