diff --git a/src/parser/parser.y b/src/parser/parser.y index 0ff51e9..5bda117 100644 --- a/src/parser/parser.y +++ b/src/parser/parser.y @@ -3,7 +3,7 @@ #include #include "parser.h" -#define yyerror(msg) handle_parse_error(msg, &yyloc) +#define yyerror(msg) handle_parse_error(msg, &yylloc) int yylex(YYSTYPE *, YYLTYPE *);