]> granicus.if.org Git - flex/commitdiff
Added expand_nxt_chk() extern.
authorVern Paxson <vern@ee.lbl.gov>
Sat, 2 Oct 1993 13:44:09 +0000 (13:44 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sat, 2 Oct 1993 13:44:09 +0000 (13:44 +0000)
flexdef.h

index 028d516288896982137ae8ef44afa261db45ce79..110c025bcc5e798f3b456537e47eca854e56c7bc 100644 (file)
--- 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));