Browse Source

+ $N+,E+ added for TP.

daniel 27 years ago
parent
commit
a7193efbc6
1 changed files with 9 additions and 1 deletions
  1. 9 1
      compiler/ra386att.pas

+ 9 - 1
compiler/ra386att.pas

@@ -21,6 +21,11 @@
  ****************************************************************************
 }
 Unit Ra386att;
+
+{$ifdef TP}
+  {$N+,E+}
+{$endif TP}
+
 {**********************************************************************}
 { WARNING                                                              }
 {**********************************************************************}
@@ -3690,7 +3695,10 @@ end.
 
 {
   $Log$
-  Revision 1.3  1998-07-07 11:20:07  peter
+  Revision 1.4  1998-07-08 15:06:41  daniel
+  + $N+,E+ added for TP.
+
+  Revision 1.3  1998/07/07 11:20:07  peter
     + NEWINPUT for a better inputfile and scanner object
 
   Revision 1.2  1998/06/24 14:06:36  peter