diff --git a/Monicelli.y b/Monicelli.y index 153effe..39fa39b 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -1,10 +1,11 @@ %{ #include "Type.h" -#include #define YYERROR_VERBOSE extern void emit(const char *, ...); +extern void yyerror(const char *); +extern int yylex(); %} %union {