diff -r 4feced261c68 -r de822cd3df3a misc/liblua/ldblib.c --- 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;