summaryrefslogtreecommitdiff
path: root/scan.l
diff options
context:
space:
mode:
authormillaway <millaway>2002-08-16 22:32:02 +0000
committermillaway <millaway>2002-08-16 22:32:02 +0000
commit871c02ac63c05640184ea482446a7da65a7e184b (patch)
tree8eb307ec83a1b325648a331b308c1570f7705a3b /scan.l
parent728bec05b43762fd09b50bf4155fcaea35a5703c (diff)
downloadflex-871c02ac63c05640184ea482446a7da65a7e184b.tar.gz
Added --tables option.
Omitted tables code from generated scanner when unused.
Diffstat (limited to 'scan.l')
-rw-r--r--scan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/scan.l b/scan.l
index 18d0de8..43dd669 100644
--- a/scan.l
+++ b/scan.l
@@ -316,6 +316,7 @@ LEXOPT [aceknopr]
prefix return OPT_PREFIX;
yyclass return OPT_YYCLASS;
header return OPT_HEADER;
+ tables return OPT_TABLES;
\"[^"\n]*\" {
strcpy( nmstr, yytext + 1 );