diff options
| -rw-r--r-- | llimits.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: llimits.h,v 1.41 2002/03/18 18:16:16 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.42 2002/03/26 20:46:10 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 | */ |
| @@ -103,7 +103,7 @@ typedef unsigned long Instruction; | |||
| 103 | 103 | ||
| 104 | /* maximum depth for calls */ | 104 | /* maximum depth for calls */ |
| 105 | #ifndef LUA_MAXCALLS | 105 | #ifndef LUA_MAXCALLS |
| 106 | #define LUA_MAXCALLS 2048 | 106 | #define LUA_MAXCALLS 4096 |
| 107 | #endif | 107 | #endif |
| 108 | 108 | ||
| 109 | 109 | ||
