summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-09-21 17:56:11 (GMT)
committerGitHub <noreply@github.com>2016-09-21 17:56:11 (GMT)
commita437e0a19b30bf303870020b9a525eb173ad9c18 (patch)
tree36656cb11d05a83292cebfc46cbed3260eded8be /src/code.l
parent2a5357a0fac644ffb1bf49569344b9bc57603a29 (diff)
parent97c2c1d6f323d6d38dda4820c00ca8ca8f5b6940 (diff)
downloadDoxygen-a437e0a19b30bf303870020b9a525eb173ad9c18.zip
Doxygen-a437e0a19b30bf303870020b9a525eb173ad9c18.tar.gz
Doxygen-a437e0a19b30bf303870020b9a525eb173ad9c18.tar.bz2
Merge pull request #524 from groleo/flex-options
flex,bison: use %options instead of command line options.
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code.l b/src/code.l
index 27d1cff..c8eddae 100644
--- a/src/code.l
+++ b/src/code.l
@@ -15,6 +15,8 @@
*
*/
%option never-interactive
+%option prefix="codeYY"
+
%{
/*