Ver código fonte

* fixed use of uninitialised variables

git-svn-id: trunk@4195 -
Jonas Maebe 19 anos atrás
pai
commit
9b48d424ff
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/systems/t_macos.pas

+ 1 - 1
compiler/systems/t_macos.pas

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