mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:49:16 +02:00
* For BSD signals are off for now
This commit is contained in:
parent
d3d5cb5c1f
commit
2f7e162a8b
@ -28,6 +28,10 @@ Unit catch;
|
|||||||
{$S-}
|
{$S-}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$ifdef BSD}
|
||||||
|
{$define NOCATCH}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$ifdef DEBUG}
|
{$ifdef DEBUG}
|
||||||
{$define NOCATCH}
|
{$define NOCATCH}
|
||||||
{$endif DEBUG}
|
{$endif DEBUG}
|
||||||
@ -105,7 +109,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2000-03-20 09:37:51 florian
|
Revision 1.14 2000-04-07 20:52:24 marco
|
||||||
|
* For BSD signals are off for now
|
||||||
|
|
||||||
|
Revision 1.13 2000/03/20 09:37:51 florian
|
||||||
* catching of exceptions is switched off on all targets if the define
|
* catching of exceptions is switched off on all targets if the define
|
||||||
DEBUG is used
|
DEBUG is used
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user