소스 검색

* fix compilation error

git-svn-id: trunk@14273 -
pierre 15 년 전
부모
커밋
679309704a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/systems/t_sunos.pas

+ 1 - 0
compiler/systems/t_sunos.pas

@@ -563,6 +563,7 @@ end;
 Function TLinkersolaris.MakeSharedLibrary:boolean;
 var
   binstr,
+  s, linkstr,
   cmdstr  : TCmdStr;
   success : boolean;
 begin