- $R- for tp to solve range errors with in[]

This commit is contained in:
peter 1998-05-28 17:24:27 +00:00
parent 302a601f20
commit d4d7e5dfb3

View File

@ -21,6 +21,10 @@
****************************************************************************
}
{ R- Necessary for the in [] }
{$ifdef TP}
{$N+,E+,R-}
{$endif}
unit ag386nsm;
interface
@ -537,7 +541,10 @@ ait_stab_function_name : ;
end.
{
$Log$
Revision 1.2 1998-05-25 17:11:37 pierre
Revision 1.3 1998-05-28 17:24:27 peter
- $R- for tp to solve range errors with in[]
Revision 1.2 1998/05/25 17:11:37 pierre
* firstpasscount bug fixed
now all is already set correctly the first time
under EXTDEBUG try -gp to skip all other firstpasses