diff options
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.190 2004/05/31 19:41:52 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.191 2004/06/02 17:37:03 roberto Exp roberto $ |
| 3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
| 4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil | 4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil |
| 5 | ** http://www.lua.org mailto:info@lua.org | 5 | ** http://www.lua.org mailto:info@lua.org |
| @@ -217,6 +217,7 @@ LUA_API int lua_resume (lua_State *L, int narg); | |||
| 217 | #define LUA_GCRESTART 1 | 217 | #define LUA_GCRESTART 1 |
| 218 | #define LUA_GCCOLLECT 2 | 218 | #define LUA_GCCOLLECT 2 |
| 219 | #define LUA_GCCOUNT 3 | 219 | #define LUA_GCCOUNT 3 |
| 220 | #define LUA_GCSTEP 4 | ||
| 220 | 221 | ||
| 221 | LUA_API int lua_gc (lua_State *L, int what, int data); | 222 | LUA_API int lua_gc (lua_State *L, int what, int data); |
| 222 | 223 | ||
