summaryrefslogtreecommitdiff
path: root/systems/t_bsd.pas
diff options
context:
space:
mode:
Diffstat (limited to 'systems/t_bsd.pas')
-rw-r--r--systems/t_bsd.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/t_bsd.pas b/systems/t_bsd.pas
index 6a9cedace1..1a096ad8ae 100644
--- a/systems/t_bsd.pas
+++ b/systems/t_bsd.pas
@@ -98,14 +98,14 @@ implementation
procedure timportlibdarwin.importprocedure(aprocdef:tprocdef;const module : string;index : longint;const name : string);
begin
{ insert sharedlibrary }
- current_module.linkothersharedlibs.add(SplitName(module),link_always);
+{ current_module.linkothersharedlibs.add(SplitName(module),link_always); }
end;
procedure timportlibdarwin.importvariable(vs:tglobalvarsym;const name,module:string);
begin
{ insert sharedlibrary }
- current_module.linkothersharedlibs.add(SplitName(module),link_always);
+{ current_module.linkothersharedlibs.add(SplitName(module),link_always); }
{ the rest is handled in the nppcld.pas tppcloadnode }
vs.set_mangledname(name);
end;