summaryrefslogtreecommitdiff
path: root/doc/specs/parse_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'doc/specs/parse_l.l')
-rw-r--r--doc/specs/parse_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/specs/parse_l.l b/doc/specs/parse_l.l
index 7cab424c..d8400a07 100644
--- a/doc/specs/parse_l.l
+++ b/doc/specs/parse_l.l
@@ -8,6 +8,7 @@
#include "parse_y.h"
%}
+%option noyywrap
%%
\#[\$]+[a-zA-Z]*(\=[0-9]+)? return NEW_COUNTER;