diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -244,6 +244,8 @@ LUA_API int lua_getweakmode (lua_State *L, int index); | |||
244 | 244 | ||
245 | LUA_API void lua_pushupvalues (lua_State *L); | 245 | LUA_API void lua_pushupvalues (lua_State *L); |
246 | 246 | ||
247 | #define lua_isnull lua_isnone | ||
248 | |||
247 | 249 | ||
248 | /* compatibility with ref system */ | 250 | /* compatibility with ref system */ |
249 | 251 | ||