summaryrefslogtreecommitdiff
path: root/examples/fastwc/wc3.l
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fastwc/wc3.l')
-rw-r--r--examples/fastwc/wc3.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fastwc/wc3.l b/examples/fastwc/wc3.l
index 7c5f2e2..3cc5d57 100644
--- a/examples/fastwc/wc3.l
+++ b/examples/fastwc/wc3.l
@@ -5,6 +5,7 @@ nonws [^ \t\n]
word {ws}*{nonws}+
words {word}{ws}+
+%option main noyywrap
%%
int cc = 0, wc = 0, lc = 0;