Browse Source

+ Added catch unit again

michael 27 years ago
parent
commit
5aecf1085b
1 changed files with 9 additions and 2 deletions
  1. 9 2
      compiler/pp.pas

+ 9 - 2
compiler/pp.pas

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