Browse Source

* another compile fix

florian 22 years ago
parent
commit
887d64f038
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/systems/t_macos.pas

+ 5 - 2
compiler/systems/t_macos.pas

@@ -54,7 +54,7 @@ begin
 end;
 end;
 
 
 
 
-procedure timportliblinux.importprocedure(aprocdef:tprocdef;const module:string;index:longint;const name:string);
+procedure timportlibmacos.importprocedure(aprocdef:tprocdef;const module:string;index:longint;const name:string);
 begin
 begin
   { insert sharedlibrary }
   { insert sharedlibrary }
   current_module.linkothersharedlibs.add(SplitName(module),link_allways);
   current_module.linkothersharedlibs.add(SplitName(module),link_allways);
@@ -99,7 +99,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2003-04-27 08:50:45  peter
+  Revision 1.6  2003-04-27 08:52:00  florian
+    * another compile fix
+
+  Revision 1.5  2003/04/27 08:50:45  peter
     * compile fix
     * compile fix
 
 
   Revision 1.4  2002/11/17 16:32:04  carl
   Revision 1.4  2002/11/17 16:32:04  carl