mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* remove a stupid thing that i commited
This commit is contained in:
parent
361a2f9396
commit
e992fd20ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user