summaryrefslogtreecommitdiffstats
path: root/src/constexp.l
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2016-09-21 10:08:41 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2016-09-21 10:36:50 (GMT)
commit0bdb01d4b6ced07750d8e449fd4ffab5554d8a24 (patch)
treea214f156cdffb01f4967df9f5f5c985177945f8d /src/constexp.l
parent2a5357a0fac644ffb1bf49569344b9bc57603a29 (diff)
downloadDoxygen-0bdb01d4b6ced07750d8e449fd4ffab5554d8a24.zip
Doxygen-0bdb01d4b6ced07750d8e449fd4ffab5554d8a24.tar.gz
Doxygen-0bdb01d4b6ced07750d8e449fd4ffab5554d8a24.tar.bz2
flex: use %option instead of command line options.
Diffstat (limited to 'src/constexp.l')
-rw-r--r--src/constexp.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constexp.l b/src/constexp.l
index e3ff3f1..8a7db04 100644
--- a/src/constexp.l
+++ b/src/constexp.l
@@ -16,6 +16,8 @@
*
*/
%option never-interactive
+%option prefix="constexpYY"
+
%{
#include "constexp.h"