From b670bc6c09e8bd33f48db9f1db3782eac0b0b0b4 Mon Sep 17 00:00:00 2001 From: John Millaway Date: Mon, 9 Sep 2002 19:25:56 +0000 Subject: 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). --- tables.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tables.h') diff --git a/tables.h b/tables.h index 1eec7a7..3528951 100644 --- a/tables.h +++ b/tables.h @@ -56,9 +56,10 @@ struct yytbl_writer { * tablestoggle - if true, output external tables code while processing skel * tablesfilename - filename for external tables * tableswr - writer for external tables - * + * tablesverify - true if tables-verify option specified + * gentables - true if we should spit out the normal C tables */ -extern bool tablesext, tablestoggle; +extern bool tablesext, tablestoggle, tablesverify,gentables; extern char *tablesfilename; extern struct yytbl_writer tableswr; -- cgit v1.2.3