diff -r 793386610068 -r b1c2c2f6fc5e misc/liblua/llimits.h --- a/misc/liblua/llimits.h Thu Aug 26 23:59:18 2010 +0200 +++ b/misc/liblua/llimits.h Wed Oct 27 14:02:20 2010 +0200 @@ -107,7 +107,7 @@ #ifndef lua_lock -#define lua_lock(L) ((void) 0) +#define lua_lock(L) ((void) 0) #define lua_unlock(L) ((void) 0) #endif @@ -118,7 +118,7 @@ /* ** macro to control inclusion of some hard tests on stack reallocation -*/ +*/ #ifndef HARDSTACKTESTS #define condhardstacktests(x) ((void)0) #else