diff options
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.40 2010/06/10 21:29:47 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.41 2010/10/25 14:32:36 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -50,7 +50,7 @@ LUALIB_API void (luaL_openlibs) (lua_State *L); | |||
50 | 50 | ||
51 | 51 | ||
52 | 52 | ||
53 | #ifndef lua_assert | 53 | #if !defined(lua_assert) |
54 | #define lua_assert(x) ((void)0) | 54 | #define lua_assert(x) ((void)0) |
55 | #endif | 55 | #endif |
56 | 56 | ||