mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:09:14 +02:00
* beos shouldnt define hassignal (unix<-> hasunix problem)
This commit is contained in:
parent
3b9a3fc5e2
commit
e3e5228f3f
@ -37,12 +37,14 @@ Unit catch;
|
|||||||
interface
|
interface
|
||||||
uses
|
uses
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
|
{$ifndef beos}
|
||||||
{$define has_signal}
|
{$define has_signal}
|
||||||
{$ifdef ver1_0}
|
{$ifdef ver1_0}
|
||||||
Linux,
|
Linux,
|
||||||
{$else}
|
{$else}
|
||||||
Unix,
|
Unix,
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
{$define has_signal}
|
{$define has_signal}
|
||||||
@ -107,7 +109,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.11 2002-05-18 13:34:05 peter
|
Revision 1.12 2003-01-10 21:37:48 marco
|
||||||
|
* beos shouldnt define hassignal (unix<-> hasunix problem)
|
||||||
|
|
||||||
|
Revision 1.11 2002/05/18 13:34:05 peter
|
||||||
* readded missing revisions
|
* readded missing revisions
|
||||||
|
|
||||||
Revision 1.10 2002/05/16 19:46:35 carl
|
Revision 1.10 2002/05/16 19:46:35 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user