Added yylex_destroy

main
Øyvind Skaaden 2022-02-27 19:15:26 +01:00
parent 6b3065fe11
commit b06406e48a
1 changed files with 1 additions and 0 deletions

View File

@ -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 */