summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 45e93758f84..dc8df7827d8 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -138,6 +138,9 @@ end ifc
%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