mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +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-}
|
||||
{$endif}
|
||||
|
||||
{$ifdef BSD}
|
||||
{$define NOCATCH}
|
||||
{$endif}
|
||||
|
||||
{$ifdef DEBUG}
|
||||
{$define NOCATCH}
|
||||
{$endif DEBUG}
|
||||
@ -105,7 +109,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
DEBUG is used
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user