Browse Source

* it needs types

peter 27 years ago
parent
commit
22b18baaf0
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/tree.pas

+ 6 - 3
compiler/tree.pas

@@ -294,9 +294,9 @@ unit tree;
   implementation
   implementation
 
 
     uses
     uses
-{$ifdef extdebug}
+{ $ifdef extdebug}
        types,
        types,
-{$endif extdebug}
+{ $endif extdebug}
        verbose,files;
        verbose,files;
 
 
 {****************************************************************************
 {****************************************************************************
@@ -1540,7 +1540,10 @@ unit tree;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.14  1998-06-05 14:37:40  pierre
+  Revision 1.15  1998-06-06 08:39:07  peter
+    * it needs types
+
+  Revision 1.14  1998/06/05 14:37:40  pierre
     * fixes for inline for operators
     * fixes for inline for operators
     * inline procedure more correctly restricted
     * inline procedure more correctly restricted