mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 18:31:27 +00:00
report file as well
This commit is contained in:
parent
66a524d7bf
commit
1fd4590212
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#define YY_NO_UNPUT
|
||||
|
||||
void error (char*s){fprintf(stderr,"%d: %s\n",pr_source_line,s);}
|
||||
void error (char*s){fprintf(stderr,"%s:%d: %s\n",strings+s_file,pr_source_line,s);}
|
||||
|
||||
int type_or_name (char *token);
|
||||
|
||||
|
|
Loading…
Reference in a new issue