diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -168,15 +168,6 @@ typedef LUAI_UACINT l_uacInt; | |||
168 | #endif | 168 | #endif |
169 | 169 | ||
170 | 170 | ||
171 | /* | ||
172 | ** maximum depth for nested C calls and syntactical nested non-terminals | ||
173 | ** in a program. (Value must fit in an unsigned short int. It must also | ||
174 | ** be compatible with the size of the C stack.) | ||
175 | */ | ||
176 | #if !defined(LUAI_MAXCCALLS) | ||
177 | #define LUAI_MAXCCALLS 2200 | ||
178 | #endif | ||
179 | |||
180 | 171 | ||
181 | 172 | ||
182 | /* | 173 | /* |