summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-21 01:54:20 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-21 01:54:20 +0000
commit85c40a215fb57e3e29fa744e558f79b096dc61fb (patch)
tree3bbf86d937a11c37d1b97dc725a6c43cd6634f25 /flexdef.h
parent7113eb4115e0c04f9978be4fd89f9baf218efbc7 (diff)
More work on tables.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index 8bfff42..9d0c7e9 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -390,7 +390,7 @@ extern int yymore_used, reject, real_reject, continued_action, in_rule;
/*
* tablesext - if true, create external tables
- * tablestoggle - if true, then output extneral tables code
+ * tablestoggle - if true, output external tables code while processing skel
* tablesfilename - filename for external tables
* tablesout - FILE stream for external tables
*/
@@ -1094,5 +1094,8 @@ extern char* chomp(char* str);
/* Tables serialization API declarations. */
#include "tables_shared.h"
+struct yytbl_data * yytbl_data_create (enum yytbl_id id);
+struct yytbl_data *mkftbl (void);
+
#endif /* not defined FLEXDEF_H */