Explorar o código

* fixed use of uninitialised variables

git-svn-id: trunk@4195 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
9b48d424ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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