Browse Source

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

git-svn-id: branches/wasm@48681 -
nickysn 4 years ago
parent
commit
6b99ba4835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pmodules.pas

+ 1 - 1
compiler/pmodules.pas

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