aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/pre_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/pre_parser.mly')
-rw-r--r--cparser/pre_parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly
index 639c5ac5..f3bfb9e8 100644
--- a/cparser/pre_parser.mly
+++ b/cparser/pre_parser.mly
@@ -323,7 +323,7 @@ expression:
| expression COMMA assignment_expression
{}
-constant_expression:
+%inline constant_expression:
| conditional_expression
{}