mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 22:40:30 +02:00
* fixed indentation in previous commit
git-svn-id: trunk@33738 -
This commit is contained in:
parent
fe5cf94e10
commit
0e9d232d2a
@ -936,8 +936,8 @@ implementation
|
||||
final_used:=true;
|
||||
end;
|
||||
end;
|
||||
if not final_used then
|
||||
cnodeutils.procdef_block_add_implicit_finalize_nodes(procdef,newstatement);
|
||||
if not final_used then
|
||||
cnodeutils.procdef_block_add_implicit_finalize_nodes(procdef,newstatement);
|
||||
do_firstpass(newblock);
|
||||
code:=newblock;
|
||||
current_filepos:=oldfilepos;
|
||||
|
Loading…
Reference in New Issue
Block a user