diff options
Diffstat (limited to 'src/lua.h')
-rw-r--r-- | src/lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ LUA_API int (lua_status) (lua_State *L); | |||
226 | #define LUA_GCSTEP 5 | 226 | #define LUA_GCSTEP 5 |
227 | #define LUA_GCSETPAUSE 6 | 227 | #define LUA_GCSETPAUSE 6 |
228 | #define LUA_GCSETSTEPMUL 7 | 228 | #define LUA_GCSETSTEPMUL 7 |
229 | #define LUA_GCISRUNNING 9 | ||
229 | 230 | ||
230 | LUA_API int (lua_gc) (lua_State *L, int what, int data); | 231 | LUA_API int (lua_gc) (lua_State *L, int what, int data); |
231 | 232 | ||