mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
* bsd patches from marco
This commit is contained in:
parent
01d857d65b
commit
31bcddda82
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user