mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 20:40:20 +02:00
* Add target specifier.
git-svn-id: trunk@5988 -
This commit is contained in:
parent
95713c7264
commit
4e19e473a4
@ -1,3 +1,4 @@
|
|||||||
|
{%TARGET=linux,freebsd,darwin}
|
||||||
program tb0524;
|
program tb0524;
|
||||||
|
|
||||||
uses sockets,baseunix;
|
uses sockets,baseunix;
|
||||||
@ -11,7 +12,6 @@ var s,t:string;
|
|||||||
saddr:Tinetsockaddr;
|
saddr:Tinetsockaddr;
|
||||||
len:longInt;
|
len:longInt;
|
||||||
sin,sout:text;
|
sin,sout:text;
|
||||||
raw_port:word;
|
|
||||||
i:byte;
|
i:byte;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user