* c-parse.in: Add END_OF_LINE token.
From-SVN: r28508
This commit is contained in:
parent
fbb186135d
commit
1d80422324
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ char *language_string = "GNU Obj-C";
|
|||
%token ATTRIBUTE EXTENSION LABEL
|
||||
%token REALPART IMAGPART VA_ARG
|
||||
|
||||
/* Used in c-lex.c for parsing pragmas. */
|
||||
%token END_OF_LINE
|
||||
|
||||
/* Add precedence rules to solve dangling else s/r conflict */
|
||||
%nonassoc IF
|
||||
%nonassoc ELSE
|
||||
|
|
Loading…
Add table
Reference in a new issue