show buffered line along with DB parse error
This commit is contained in:

committed by
Andrew Johnson

parent
403ebab858
commit
f9e53dded6
@ -378,6 +378,7 @@ static int yyerror(char *str)
|
||||
dbIncludePrint();
|
||||
yyFailed = TRUE;
|
||||
}
|
||||
fprintf(stderr, "\n %d | %s\n", pinputFileNow->line_num, my_buffer);
|
||||
return(0);
|
||||
}
|
||||
static long pvt_yy_parse(void)
|
||||
|
Reference in New Issue
Block a user