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.29 2001/06/05 18:17:01 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.30 2001/06/05 20:01:09 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 | */ |
@@ -124,10 +124,4 @@ typedef unsigned long Instruction; | |||
124 | 124 | ||
125 | 125 | ||
126 | 126 | ||
127 | /* maximum lookback to find a real constant (for code generation) */ | ||
128 | #ifndef LOOKBACKNUMS | ||
129 | #define LOOKBACKNUMS 40 /* arbitrary constant */ | ||
130 | #endif | ||
131 | |||
132 | |||
133 | #endif | 127 | #endif |