summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authormillaway <millaway>2002-09-09 19:25:56 +0000
committermillaway <millaway>2002-09-09 19:25:56 +0000
commite2c12015fbddb503ab384e0c36a04efe5d875643 (patch)
tree92c6dc632c129d766ce94f71f856ebb57dc95d65 /options.c
parent7eb289473295848e1e5331679da369a961c43409 (diff)
downloadflex-e2c12015fbddb503ab384e0c36a04efe5d875643.tar.gz
Table deserialization works for everything except --fast scanners.
Scanners can auto-verify serialized table integrity via --tables-verify. Added tables API items to TODO list. test-table-opts is becoming exhaustive (a good thing).
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.c b/options.c
index b62259e..6d43014 100644
--- a/options.c
+++ b/options.c
@@ -189,6 +189,8 @@ optspec_t flexopts[] = {
, /* Flex should run in trace mode. */
{"--tables-file[=FILE]", OPT_TABLES_FILE, 0}
, /* Save tables to FILE */
+ {"--tables-verify", OPT_TABLES_VERIFY, 0}
+ , /* Tables integrity check */
{"--nounistd", OPT_NO_UNISTD_H, 0}
, /* Do not include unistd.h */
{"-v", OPT_VERBOSE, 0}