소스 검색

* 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