diff -r c11abf387a7d -r d5b30d6373fc misc/liblua/llimits.h --- a/misc/liblua/llimits.h Sat Jul 31 10:52:43 2010 +0200 +++ b/misc/liblua/llimits.h Sat Jul 31 11:24:53 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