summaryrefslogtreecommitdiff
path: root/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'tables.h')
-rw-r--r--tables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tables.h b/tables.h
index 3528951..87326ed 100644
--- a/tables.h
+++ b/tables.h
@@ -55,12 +55,13 @@ struct yytbl_writer {
* tablesext - if true, create external tables
* tablestoggle - if true, output external tables code while processing skel
* tablesfilename - filename for external tables
+ * tablesname - name that goes in serialized data, e.g., "yytables"
* 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, tablesverify,gentables;
-extern char *tablesfilename;
+extern char *tablesfilename, *tablesname;
extern struct yytbl_writer tableswr;
int yytbl_writer_init (struct yytbl_writer *, FILE *);