diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-03-22 13:04:29 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-03-22 13:04:29 -0300 |
| commit | 390256edf77638f747bc11b1b0862e6154ecfbcb (patch) | |
| tree | ad334fdf75a29534f8e7a31f5e1f05b224725a40 /lua.h | |
| parent | ad24cff0f1108ee8e2c28f72e10da44ea2205c10 (diff) | |
| download | lua-390256edf77638f747bc11b1b0862e6154ecfbcb.tar.gz lua-390256edf77638f747bc11b1b0862e6154ecfbcb.tar.bz2 lua-390256edf77638f747bc11b1b0862e6154ecfbcb.zip | |
better name for GC pause
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.201 2005/01/17 23:50:55 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.202 2005/02/18 12:40:02 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 |
| @@ -227,7 +227,7 @@ LUA_API int (lua_status) (lua_State *L); | |||
| 227 | #define LUA_GCCOLLECT 2 | 227 | #define LUA_GCCOLLECT 2 |
| 228 | #define LUA_GCCOUNT 3 | 228 | #define LUA_GCCOUNT 3 |
| 229 | #define LUA_GCSTEP 4 | 229 | #define LUA_GCSTEP 4 |
| 230 | #define LUA_GCSETPACE 5 | 230 | #define LUA_GCSETPAUSE 5 |
| 231 | #define LUA_GCSETSTEPMUL 6 | 231 | #define LUA_GCSETSTEPMUL 6 |
| 232 | 232 | ||
| 233 | LUA_API int (lua_gc) (lua_State *L, int what, int data); | 233 | LUA_API int (lua_gc) (lua_State *L, int what, int data); |
