mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 14:52:25 +02:00
* bring back some commented out code that was committed by accident
git-svn-id: branches/wasm@48681 -
This commit is contained in:
parent
d7df2d45c6
commit
6b99ba4835
@ -2213,7 +2213,7 @@ type
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
main_procinfo:=create_main_proc(mainaliasname,potype_proginit,current_module.localsymtable);
|
main_procinfo:=create_main_proc(mainaliasname,potype_proginit,current_module.localsymtable);
|
||||||
//main_procinfo.procdef.aliasnames.concat('PASCALMAIN');
|
main_procinfo.procdef.aliasnames.concat('PASCALMAIN');
|
||||||
end;
|
end;
|
||||||
main_procinfo.parse_body;
|
main_procinfo.parse_body;
|
||||||
{ save file pos for debuginfo }
|
{ save file pos for debuginfo }
|
||||||
|
Loading…
Reference in New Issue
Block a user