Explorar o código

* Add target specifier.

git-svn-id: trunk@5988 -
daniel %!s(int64=18) %!d(string=hai) anos
pai
achega
4e19e473a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/tbs/tb0524.pp

+ 1 - 1
tests/tbs/tb0524.pp

@@ -1,3 +1,4 @@
+{%TARGET=linux,freebsd,darwin}
 program tb0524;
 
 uses sockets,baseunix;
@@ -11,7 +12,6 @@ var s,t:string;
     saddr:Tinetsockaddr;
     len:longInt;
     sin,sout:text;
-    raw_port:word;
     i:byte;
 
 begin