]> git.draconx.ca Git - cdecl99.git/blobdiff - src/scan.l
Add nodefault to flex options.
[cdecl99.git] / src / scan.l
index ad90afecaa7d27f8f8032e8d14a260bb357e7371..946d58ee3d2d4231f7731c484896ae07ed2ea511 100644 (file)
@@ -20,7 +20,7 @@
 #include "parse.h"
 }
 
-%option noyywrap bison-locations reentrant never-interactive
+%option nodefault noyywrap bison-locations reentrant never-interactive
 %option extra-type="_Bool"
 %option prefix="cdecl__yy"