From: Vern Paxson Date: Sat, 2 Oct 1993 13:44:09 +0000 (+0000) Subject: Added expand_nxt_chk() extern. X-Git-Tag: flex-2-5-5b~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65dee2525e3e700eeeed462ff3ea505e630be384;p=flex Added expand_nxt_chk() extern. --- 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));