summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-09-21 18:28:18 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-09-21 18:28:18 (GMT)
commite12ec76f044b07d4e4fe167c93103be2879abaca (patch)
treea16a17ef0eace6ce4c50198a78a2b48d5642fb9f /src
parentb5e1e195bc207c7bb93df4e51253f9f3a1026a3d (diff)
downloadDoxygen-e12ec76f044b07d4e4fe167c93103be2879abaca.zip
Doxygen-e12ec76f044b07d4e4fe167c93103be2879abaca.tar.gz
Doxygen-e12ec76f044b07d4e4fe167c93103be2879abaca.tar.bz2
Fixed constexp.y bison issue
Diffstat (limited to 'src')
-rw-r--r--src/constexp.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.y b/src/constexp.y
index cada993..f87ebf3 100644
--- a/src/constexp.y
+++ b/src/constexp.y
@@ -43,7 +43,7 @@ int constexpYYlex();
%}
%no-lines
-%name-prefix "constexpYY"
+%name-prefix="constexpYY"
%token TOK_QUESTIONMARK
%token TOK_COLON