diff --git a/ExternalLibs/lua-5.1.4/src/ldblib.c b/ExternalLibs/lua-5.1.4/src/ldblib.c index 5fa1735..a25f2ea 100644 --- a/ExternalLibs/lua-5.1.4/src/ldblib.c +++ b/ExternalLibs/lua-5.1.4/src/ldblib.c @@ -315,8 +315,8 @@ static int db_debug (lua_State *L) { } -#define LEVELS1 12 /* size of the first part of the stack */ -#define LEVELS2 10 /* size of the second part of the stack */ +#define LEVELS1 22 /* size of the first part of the stack */ +#define LEVELS2 20 /* size of the second part of the stack */ static int db_errorfb (lua_State *L) { int level;