diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.11 2000/06/28 17:03:32 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.12 2000/08/15 18:28:48 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other "installation-dependent" definitions | 3 | ** Limits, basic types, and some other "installation-dependent" definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -197,12 +197,6 @@ typedef unsigned long Instruction; | |||
197 | #define RFIELDS_PER_FLUSH (LFIELDS_PER_FLUSH/2) | 197 | #define RFIELDS_PER_FLUSH (LFIELDS_PER_FLUSH/2) |
198 | 198 | ||
199 | 199 | ||
200 | /* maximum number of values printed in one call to `print' */ | ||
201 | #ifndef MAXPRINT | ||
202 | #define MAXPRINT 40 /* arbitrary limit */ | ||
203 | #endif | ||
204 | |||
205 | |||
206 | /* maximum lookback to find a real constant (for code generation) */ | 200 | /* maximum lookback to find a real constant (for code generation) */ |
207 | #ifndef LOOKBACKNUMS | 201 | #ifndef LOOKBACKNUMS |
208 | #define LOOKBACKNUMS 20 /* arbitrary constant */ | 202 | #define LOOKBACKNUMS 20 /* arbitrary constant */ |