@@ -5,10 +5,11 @@
#define INFILE_ERROR 1
#define OUTFILE_ERROR 2
extern int yylex(void);
extern void yyerror(const char *s);
extern int yylineno;
extern FILE *yyin;
int yylex();
void yyerror(const char *msg, ...);
%}
%union {
The note is not visible to the blocked user.