another fix to error location reporting
This commit is contained in:
parent
3cd2d96611
commit
89e003b330
@ -3,7 +3,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
|
||||||
#define yyerror(msg) handle_parse_error(msg, &yyloc)
|
#define yyerror(msg) handle_parse_error(msg, &yylloc)
|
||||||
|
|
||||||
int yylex(YYSTYPE *, YYLTYPE *);
|
int yylex(YYSTYPE *, YYLTYPE *);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user