Browse Source

* Fixed $ifdef TP.

daniel 27 years ago
parent
commit
5eb055dc70
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/tree.pas

+ 5 - 2
compiler/tree.pas

@@ -22,7 +22,7 @@
 }
 }
 
 
 {$ifdef tp}
 {$ifdef tp}
-  {E+,N+}
+  {$E+,N+}
 {$endif}
 {$endif}
 unit tree;
 unit tree;
 
 
@@ -1609,7 +1609,10 @@ unit tree;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.18  1998-07-07 11:20:18  peter
+  Revision 1.19  1998-07-08 14:56:53  daniel
+  * Fixed $ifdef TP.
+
+  Revision 1.18  1998/07/07 11:20:18  peter
     + NEWINPUT for a better inputfile and scanner object
     + NEWINPUT for a better inputfile and scanner object
 
 
   Revision 1.17  1998/06/22 08:59:03  daniel
   Revision 1.17  1998/06/22 08:59:03  daniel