From: Vern Paxson Date: Thu, 20 Apr 1995 11:17:36 +0000 (+0000) Subject: added dataflush() prototype X-Git-Tag: flex-2-5-5b~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e2f88c1abb1b726682365825a287bece36a19c1;p=flex added dataflush() prototype --- diff --git a/flexdef.h b/flexdef.h index 7a1dc4b..c4de2e0 100644 --- a/flexdef.h +++ b/flexdef.h @@ -839,6 +839,9 @@ extern void cshell PROTO((Char [], int, int)); /* Finish up a block of data declarations. */ extern void dataend PROTO((void)); +/* Flush generated data statements. */ +extern void dataflush PROTO((void)); + /* Report an error message and terminate. */ extern void flexerror PROTO((const char[]));