Browse Source

* fixed use of uninitialised variables

git-svn-id: trunk@4195 -
Jonas Maebe 19 years ago
parent
commit
9b48d424ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_macos.pas

+ 1 - 1
compiler/systems/t_macos.pas

@@ -215,9 +215,9 @@ begin
 
 { Create some replacements }
   StripStr:='';
-(*
   StaticStr:='';
   DynLinkStr:='';
+(*
   if (cs_link_staticflag in aktglobalswitches) then
    StaticStr:='-static';
   if (cs_link_strip in aktglobalswitches) then