mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Added tCHAR to Parser::primaryExpression().
This commit is contained in:
parent
b918254917
commit
5b0250419e
1 changed files with 2 additions and 1 deletions
|
@ -2440,7 +2440,8 @@ c, quick);
|
||||||
case Token.tSTRING:
|
case Token.tSTRING:
|
||||||
case Token.tLSTRING:
|
case Token.tLSTRING:
|
||||||
case Token.t_false:
|
case Token.t_false:
|
||||||
case Token.t_true:
|
case Token.t_true:
|
||||||
|
case Token.tCHAR:
|
||||||
try{ callback.expressionTerminal(expression, consume());} catch( Exception e ) {}
|
try{ callback.expressionTerminal(expression, consume());} catch( Exception e ) {}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue