From e992fd20ab1a0292e177502e924a8f2cc8ee5faf Mon Sep 17 00:00:00 2001 From: carl Date: Thu, 5 Dec 2002 19:27:00 +0000 Subject: [PATCH] * remove a stupid thing that i commited --- compiler/scanner.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/scanner.pas b/compiler/scanner.pas index 621b975801..917669a7f9 100644 --- a/compiler/scanner.pas +++ b/compiler/scanner.pas @@ -1191,7 +1191,6 @@ implementation lasttokenpos:=inputstart+(inputpointer-inputbuffer); akttokenpos.line:=line_no; akttokenpos.column:=lasttokenpos-lastlinepos; - if not assigned(inputfile) then RunError(204); akttokenpos.fileindex:=inputfile.ref_index; aktfilepos:=akttokenpos; end; @@ -2802,7 +2801,10 @@ exit_label: end. { $Log$ - Revision 1.50 2002-11-29 22:31:19 carl + Revision 1.51 2002-12-05 19:27:00 carl + * remove a stupid thing that i commited + + Revision 1.50 2002/11/29 22:31:19 carl + unimplemented hint directive added * hint directive parsing implemented * warning on these directives