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
|
@ -2441,6 +2441,7 @@ c, quick);
|
|||
case Token.tLSTRING:
|
||||
case Token.t_false:
|
||||
case Token.t_true:
|
||||
case Token.tCHAR:
|
||||
try{ callback.expressionTerminal(expression, consume());} catch( Exception e ) {}
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue