added my own from ps3

This commit is contained in:
2022-03-12 19:21:38 +01:00
parent 6856407f38
commit a5f6aaf1fa
5 changed files with 298 additions and 161 deletions

View File

@@ -25,6 +25,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 */