From 887d64f0383fd9688de0255025069e032f1ba084 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 27 Apr 2003 08:52:00 +0000 Subject: [PATCH] * another compile fix --- compiler/systems/t_macos.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/systems/t_macos.pas b/compiler/systems/t_macos.pas index 80192312ae..1ec1b61427 100644 --- a/compiler/systems/t_macos.pas +++ b/compiler/systems/t_macos.pas @@ -54,7 +54,7 @@ begin 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 { insert sharedlibrary } current_module.linkothersharedlibs.add(SplitName(module),link_allways); @@ -99,7 +99,10 @@ initialization end. { $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 Revision 1.4 2002/11/17 16:32:04 carl