浏览代码

* fixed use of uninitialised variables

git-svn-id: trunk@4195 -
Jonas Maebe 19 年之前
父节点
当前提交
9b48d424ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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