diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -334,11 +334,9 @@ LUA_API void (lua_warning) (lua_State *L, const char *msg, int tocont); | |||
334 | #define LUA_GCCOUNT 3 | 334 | #define LUA_GCCOUNT 3 |
335 | #define LUA_GCCOUNTB 4 | 335 | #define LUA_GCCOUNTB 4 |
336 | #define LUA_GCSTEP 5 | 336 | #define LUA_GCSTEP 5 |
337 | #define LUA_GCSETPAUSE 6 | 337 | #define LUA_GCISRUNNING 6 |
338 | #define LUA_GCSETSTEPMUL 7 | 338 | #define LUA_GCGEN 7 |
339 | #define LUA_GCISRUNNING 9 | 339 | #define LUA_GCINC 8 |
340 | #define LUA_GCGEN 10 | ||
341 | #define LUA_GCINC 11 | ||
342 | 340 | ||
343 | LUA_API int (lua_gc) (lua_State *L, int what, ...); | 341 | LUA_API int (lua_gc) (lua_State *L, int what, ...); |
344 | 342 | ||