summaryrefslogtreecommitdiffstats
path: root/src/constexp.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/constexp.y')
-rw-r--r--src/constexp.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constexp.y b/src/constexp.y
index c63fa5e..cada993 100644
--- a/src/constexp.y
+++ b/src/constexp.y
@@ -42,6 +42,9 @@ int constexpYYlex();
%}
+%no-lines
+%name-prefix "constexpYY"
+
%token TOK_QUESTIONMARK
%token TOK_COLON
%token TOK_OR