mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:06:17 +02:00
* the exception that proves the rule: {$ifdef unix} replaced by {$ifdef linux} :-)
This commit is contained in:
parent
261152bc92
commit
ef931fa96e
@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
program testib;
|
program testib;
|
||||||
|
|
||||||
{$IFDEF Unix}
|
{$IFDEF Linux} // not for *BSD
|
||||||
{$LINKLIB dl}
|
{$LINKLIB dl}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
@ -154,7 +154,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2002-09-07 15:42:52 peter
|
Revision 1.3 2003-08-09 15:18:30 marco
|
||||||
|
* the exception that proves the rule: {$ifdef unix} replaced by {$ifdef linux} :-)
|
||||||
|
|
||||||
|
Revision 1.2 2002/09/07 15:42:52 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.1 2002/01/29 17:54:53 peter
|
Revision 1.1 2002/01/29 17:54:53 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user