Forráskód Böngészése

* fix compilation error

git-svn-id: trunk@14273 -
pierre 16 éve
szülő
commit
679309704a
1 módosított fájl, 1 hozzáadás és 0 törlés
  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