changeset 10017 | de822cd3df3a |
parent 3697 | d5b30d6373fc |
--- a/misc/liblua/ldblib.c Tue Jan 21 22:38:13 2014 +0100 +++ b/misc/liblua/ldblib.c Tue Jan 21 22:43:06 2014 +0100 @@ -315,8 +315,8 @@ } -#define LEVELS1 12 /* size of the first part of the stack */ -#define LEVELS2 10 /* size of the second part of the stack */ +#define LEVELS1 12 /* size of the first part of the stack */ +#define LEVELS2 10 /* size of the second part of the stack */ static int db_errorfb (lua_State *L) { int level;