diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.297 2013/12/18 14:12:03 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.298 2013/12/30 20:47:58 roberto Exp roberto $ |
3 | ** Lua - A Scripting Language | 3 | ** Lua - A Scripting Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -294,7 +294,6 @@ LUA_API int (lua_status) (lua_State *L); | |||
294 | #define LUA_GCSTEP 5 | 294 | #define LUA_GCSTEP 5 |
295 | #define LUA_GCSETPAUSE 6 | 295 | #define LUA_GCSETPAUSE 6 |
296 | #define LUA_GCSETSTEPMUL 7 | 296 | #define LUA_GCSETSTEPMUL 7 |
297 | #define LUA_GCSETLOCALPAUSE 8 | ||
298 | #define LUA_GCISRUNNING 9 | 297 | #define LUA_GCISRUNNING 9 |
299 | 298 | ||
300 | LUA_API int (lua_gc) (lua_State *L, int what, int data); | 299 | LUA_API int (lua_gc) (lua_State *L, int what, int data); |