diff --git a/compiler/catch.pas b/compiler/catch.pas index 1d1585edb6..959e297ef8 100644 --- a/compiler/catch.pas +++ b/compiler/catch.pas @@ -28,9 +28,6 @@ Unit catch; {$S-} {$endif} -{$ifdef BSD} - {$define NOCATCH} -{$endif} {$ifdef DEBUG} {$define NOCATCH} @@ -109,7 +106,9 @@ end. { $Log$ - Revision 1.2 2000-07-13 11:32:32 michael - + removed logs + Revision 1.3 2000-09-10 20:26:55 peter + * bsd patches from marco + Revision 1.2 2000/07/13 11:32:32 michael + + removed logs } diff --git a/compiler/t_linux.pas b/compiler/t_linux.pas index f3bfe4bea9..255ead7f33 100644 --- a/compiler/t_linux.pas +++ b/compiler/t_linux.pas @@ -241,7 +241,11 @@ begin end else DynamicLinker:='/lib/ld-linux.so.1'; + {$ifdef BSD} + DynamicLinker:=''; + {$endif} end; + end; @@ -473,7 +477,10 @@ end; end. { $Log$ - Revision 1.4 2000-08-27 16:11:54 peter + Revision 1.5 2000-09-10 20:26:55 peter + * bsd patches from marco + + Revision 1.4 2000/08/27 16:11:54 peter * moved some util functions from globals,cobjects to cutils * splitted files into finput,fmodule