2
0
Эх сурвалжийг харах

* lineinfo explicit load not needed anymore

pierre 25 жил өмнө
parent
commit
33aba92b1d
1 өөрчлөгдсөн 5 нэмэгдсэн , 6 устгасан
  1. 5 6
      compiler/pp.pas

+ 5 - 6
compiler/pp.pas

@@ -100,10 +100,6 @@ uses
     {$endif DEBUG}
     {$endif DEBUG}
     catch,
     catch,
   {$endif}
   {$endif}
-  { we've now a lineinfo unit for all OSes }
-  {$ifdef DEBUG}
-    lineinfo,
-  {$endif DEBUG}
 {$endif FPC}
 {$endif FPC}
   globals,compiler;
   globals,compiler;
 
 
@@ -153,10 +149,13 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2000-09-24 15:06:23  peter
+  Revision 1.4  2000-10-01 21:15:55  pierre
+   * lineinfo explicit load not needed anymore
+
+  Revision 1.3  2000/09/24 15:06:23  peter
     * use defines.inc
     * use defines.inc
 
 
   Revision 1.2  2000/07/13 11:32:45  michael
   Revision 1.2  2000/07/13 11:32:45  michael
   + removed logs
   + removed logs
 
 
-}
+}