Browse Source

*** empty log message ***

peter 22 years ago
parent
commit
bb15f5641e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/pmodules.pas

+ 5 - 2
compiler/pmodules.pas

@@ -1281,7 +1281,7 @@ implementation
             gen_main_procsym(current_module.modulename^+'_main',potype_proginit,st);
             gen_main_procsym(current_module.modulename^+'_main',potype_proginit,st);
             aktprocdef.aliasnames.insert(target_info.cprefix+current_module.modulename^+'_main');
             aktprocdef.aliasnames.insert(target_info.cprefix+current_module.modulename^+'_main');
             { Win32 startup code needs a single name }
             { Win32 startup code needs a single name }
-            if (target_info.system in [system_i386_win32,system_i386_wdosx]) then
+//            if (target_info.system in [system_i386_win32,system_i386_wdosx]) then
               aktprocdef.aliasnames.insert('PASCALMAIN');
               aktprocdef.aliasnames.insert('PASCALMAIN');
             { this code is called from C so we need to save some
             { this code is called from C so we need to save some
               registers }
               registers }
@@ -1444,7 +1444,10 @@ So, all parameters are passerd into registers in sparc architecture.}
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.97  2003-03-17 13:36:39  peter
+  Revision 1.98  2003-03-17 22:20:08  peter
+  *** empty log message ***
+
+  Revision 1.97  2003/03/17 13:36:39  peter
     * fix import linking under linux
     * fix import linking under linux
 
 
   Revision 1.96  2003/02/19 22:00:14  daniel
   Revision 1.96  2003/02/19 22:00:14  daniel