Added yylex_destroy
This commit is contained in:
parent
6b3065fe11
commit
b06406e48a
@ -23,6 +23,7 @@ int yyerror ( const char *error );
|
|||||||
/* These are defined in the parser generated by bison */
|
/* These are defined in the parser generated by bison */
|
||||||
extern int yylineno;
|
extern int yylineno;
|
||||||
extern int yylex ( void );
|
extern int yylex ( void );
|
||||||
|
extern int yylex_destroy( void );
|
||||||
extern char yytext[];
|
extern char yytext[];
|
||||||
|
|
||||||
/* Global state */
|
/* Global state */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user