mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 22:42:33 +02:00
* fixed missing lineinfo after removing inlining_procedure (missed a "not" in
a condition) git-svn-id: trunk@6270 -
This commit is contained in:
parent
67edbb1fa0
commit
9a75d308a8
@ -161,6 +161,7 @@ implementation
|
||||
oldcodegenerror:=codegenerror;
|
||||
oldlocalswitches:=current_settings.localswitches;
|
||||
oldpos:=current_filepos;
|
||||
current_filepos:=p.fileinfo;
|
||||
current_settings.localswitches:=p.localswitches;
|
||||
codegenerror:=false;
|
||||
{$ifdef EXTDEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user