* bsd patches from marco

This commit is contained in:
peter 2000-09-10 20:26:55 +00:00
parent 01d857d65b
commit 31bcddda82
2 changed files with 12 additions and 6 deletions

View File

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

View File

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