mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 07:39:31 +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;
|
||||
|
||||
uses sockets,baseunix;
|
||||
@ -11,7 +12,6 @@ var s,t:string;
|
||||
saddr:Tinetsockaddr;
|
||||
len:longInt;
|
||||
sin,sout:text;
|
||||
raw_port:word;
|
||||
i:byte;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user