diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.6 2000/04/26 13:43:25 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.7 2000/05/24 13:54:49 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other "instalation-dependent" definitions | 3 | ** Limits, basic types, and some other "instalation-dependent" definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -179,18 +179,6 @@ typedef unsigned long Instruction; | |||
179 | #endif | 179 | #endif |
180 | 180 | ||
181 | 181 | ||
182 | /* maximum depth of nested $ifs */ | ||
183 | #ifndef MAX_IFS | ||
184 | #define MAX_IFS 5 /* arbitrary limit */ | ||
185 | #endif | ||
186 | |||
187 | |||
188 | /* maximum size of a pragma line */ | ||
189 | #ifndef PRAGMASIZE | ||
190 | #define PRAGMASIZE 80 /* arbitrary limit */ | ||
191 | #endif | ||
192 | |||
193 | |||
194 | /* maximum lookback to find a real constant (for code generation) */ | 182 | /* maximum lookback to find a real constant (for code generation) */ |
195 | #ifndef LOOKBACKNUMS | 183 | #ifndef LOOKBACKNUMS |
196 | #define LOOKBACKNUMS 20 /* arbitrary constant */ | 184 | #define LOOKBACKNUMS 20 /* arbitrary constant */ |