Added yylex_destroy
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user