瀏覽代碼

* For BSD signals are off for now

marco 25 年之前
父節點
當前提交
2f7e162a8b
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      compiler/catch.pas

+ 8 - 1
compiler/catch.pas

@@ -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