From 1fd459021270b64d24b1353ce988f215a8ef6fb3 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 27 Jun 2001 18:15:24 +0000 Subject: [PATCH] report file as well --- tools/qfcc/source/qc-lex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/qc-lex.l b/tools/qfcc/source/qc-lex.l index fa24c42b0..31deb5d9f 100644 --- a/tools/qfcc/source/qc-lex.l +++ b/tools/qfcc/source/qc-lex.l @@ -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);