Explorar el Código

* Made compile on macos

olle hace 20 años
padre
commit
a0f2467298
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      compiler/comphook.pas

+ 8 - 1
compiler/comphook.pas

@@ -27,7 +27,11 @@ unit comphook;
 interface
 interface
 
 
 uses
 uses
+{$IFNDEF MACOS_USE_FAKE_SYSUTILS}
   SysUtils,
   SysUtils,
+{$ELSE}
+  globals,
+{$ENDIF}
   finput;
   finput;
 
 
 Const
 Const
@@ -413,7 +417,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.38  2005-04-24 21:01:37  peter
+  Revision 1.39  2005-04-28 19:27:12  olle
+    * Made compile on macos
+
+  Revision 1.38  2005/04/24 21:01:37  peter
     * always use exceptions to stop the compiler
     * always use exceptions to stop the compiler
     - remove stop, do_stop
     - remove stop, do_stop