diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-09-21 18:28:18 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-09-21 18:28:18 (GMT) |
commit | e12ec76f044b07d4e4fe167c93103be2879abaca (patch) | |
tree | a16a17ef0eace6ce4c50198a78a2b48d5642fb9f /src/constexp.y | |
parent | b5e1e195bc207c7bb93df4e51253f9f3a1026a3d (diff) | |
download | Doxygen-e12ec76f044b07d4e4fe167c93103be2879abaca.zip Doxygen-e12ec76f044b07d4e4fe167c93103be2879abaca.tar.gz Doxygen-e12ec76f044b07d4e4fe167c93103be2879abaca.tar.bz2 |
Fixed constexp.y bison issue
Diffstat (limited to 'src/constexp.y')
-rw-r--r-- | src/constexp.y | 2 |
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 |