summaryrefslogtreecommitdiff
path: root/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'tables.h')
-rw-r--r--tables.h5
1 files changed, 3 insertions, 2 deletions
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;