summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-10-02 13:44:09 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-10-02 13:44:09 +0000
commit65dee2525e3e700eeeed462ff3ea505e630be384 (patch)
treefaef14e496e84c6f8cf027c3fdc2af2a6185a3a1 /flexdef.h
parent983f617068e6d0840618166c5176fb0ed105d9f9 (diff)
Added expand_nxt_chk() extern.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index 028d516..110c025 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -862,6 +862,7 @@ extern int sclookup PROTO((char[]));
extern void bldtbl PROTO((int[], int, int, int, int));
extern void cmptmps PROTO((void)); /* compress template table entries */
+extern void expand_nxt_chk PROTO((void)); /* increase nxt/chk arrays */
extern void inittbl PROTO((void)); /* initialize transition tables */
/* Make the default, "jam" table entries. */
extern void mkdeftbl PROTO((void));