Add missing function prototype.

This commit is contained in:
Godzil 2013-03-12 02:05:26 +01:00 committed by Manoël Trapier
parent 5362498c1c
commit 7b8e3edd43

View File

@ -26,6 +26,8 @@ int att_type;
int patindex[MAXPATTERNS];
extern set_t l_sets[];
void skipupto(int tok, char *str);
int emhere=0; /* lexical analyzer flag */
int optexact=0; /* Inside "with exact" rule */
int optstack=0; /* Inside with <blah> STACK rule */