瀏覽代碼

* lineinfo explicit load not needed anymore

pierre 25 年之前
父節點
當前提交
33aba92b1d
共有 1 個文件被更改,包括 5 次插入6 次删除
  1. 5 6
      compiler/pp.pas

+ 5 - 6
compiler/pp.pas

@@ -100,10 +100,6 @@ uses
     {$endif DEBUG}
     catch,
   {$endif}
-  { we've now a lineinfo unit for all OSes }
-  {$ifdef DEBUG}
-    lineinfo,
-  {$endif DEBUG}
 {$endif FPC}
   globals,compiler;
 
@@ -153,10 +149,13 @@ begin
 end.
 {
   $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
 
   Revision 1.2  2000/07/13 11:32:45  michael
   + removed logs
 
-}
+}