فهرست منبع

- removed catch unit from uses clause for Linux (clashed with fpcatch
from IDE and is already in pp.pas for command line compiler) (merged
from fixes branch)

Jonas Maebe 25 سال پیش
والد
کامیت
ce32bae7fb
1فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 6 4
      compiler/compiler.pas

+ 6 - 4
compiler/compiler.pas

@@ -104,9 +104,6 @@ uses
     emu387,
 {    dpmiexcp, }
   {$endif GO32V2}
-  {$ifdef LINUX}
-    catch,
-  {$endif LINUX}
 {$endif}
 {$ifdef USEEXCEPT}
   tpexcept,
@@ -358,7 +355,12 @@ end;
 end.
 {
   $Log$
-  Revision 1.3  2000-08-04 22:00:50  peter
+  Revision 1.4  2000-08-21 09:14:40  jonas
+    - removed catch unit from uses clause for Linux (clashed with fpcatch
+     from IDE and is already in pp.pas for command line compiler) (merged
+     from fixes branch)
+
+  Revision 1.3  2000/08/04 22:00:50  peter
     * merges from fixes
 
   Revision 1.2  2000/07/13 11:32:38  michael