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