* bring back some commented out code that was committed by accident

git-svn-id: branches/wasm@48681 -
This commit is contained in:
nickysn 2021-02-14 23:49:49 +00:00
parent d7df2d45c6
commit 6b99ba4835

View File

@ -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 }