Add missing function prototype.
This commit is contained in:
parent
5362498c1c
commit
7b8e3edd43
@ -26,6 +26,8 @@ int att_type;
|
|||||||
int patindex[MAXPATTERNS];
|
int patindex[MAXPATTERNS];
|
||||||
extern set_t l_sets[];
|
extern set_t l_sets[];
|
||||||
|
|
||||||
|
void skipupto(int tok, char *str);
|
||||||
|
|
||||||
int emhere=0; /* lexical analyzer flag */
|
int emhere=0; /* lexical analyzer flag */
|
||||||
int optexact=0; /* Inside "with exact" rule */
|
int optexact=0; /* Inside "with exact" rule */
|
||||||
int optstack=0; /* Inside with <blah> STACK rule */
|
int optstack=0; /* Inside with <blah> STACK rule */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user