mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-03 03:31:19 +02:00
+ Added catch unit again
This commit is contained in:
parent
a41f61713d
commit
5aecf1085b
@ -111,8 +111,12 @@ uses
|
|||||||
{$ifdef heaptrc}
|
{$ifdef heaptrc}
|
||||||
ppheap,
|
ppheap,
|
||||||
{$endif heaptrc}
|
{$endif heaptrc}
|
||||||
|
{$ifdef linux}
|
||||||
|
catch,
|
||||||
|
{$endif}
|
||||||
{$endif FPC}
|
{$endif FPC}
|
||||||
globals,compiler;
|
globals,compiler
|
||||||
|
;
|
||||||
|
|
||||||
{$ifdef useoverlay}
|
{$ifdef useoverlay}
|
||||||
{$O files}
|
{$O files}
|
||||||
@ -263,7 +267,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.35 1998-11-05 12:02:53 peter
|
Revision 1.36 1998-11-27 22:54:52 michael
|
||||||
|
+ Added catch unit again
|
||||||
|
|
||||||
|
Revision 1.35 1998/11/05 12:02:53 peter
|
||||||
* released useansistring
|
* released useansistring
|
||||||
* removed -Sv, its now available in fpc modes
|
* removed -Sv, its now available in fpc modes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user