diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-02-23 18:07:34 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-02-23 18:07:34 -0300 |
| commit | f5f3df3bd17fb3489bbd26ab39fe1580a8dbf9c9 (patch) | |
| tree | 84f67f71a728bc988661349c361f2a968b1d4910 /lua.h | |
| parent | e6c1e6005a9346d378e004a6d6e7fd98c7ee191b (diff) | |
| download | lua-f5f3df3bd17fb3489bbd26ab39fe1580a8dbf9c9.tar.gz lua-f5f3df3bd17fb3489bbd26ab39fe1580a8dbf9c9.tar.bz2 lua-f5f3df3bd17fb3489bbd26ab39fe1580a8dbf9c9.zip | |
generational collection: new attempt (still incomplete)
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.331 2016/05/30 15:53:28 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.332 2016/12/22 15:51:20 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 |
| @@ -308,6 +308,8 @@ LUA_API int (lua_isyieldable) (lua_State *L); | |||
| 308 | #define LUA_GCSETPAUSE 6 | 308 | #define LUA_GCSETPAUSE 6 |
| 309 | #define LUA_GCSETSTEPMUL 7 | 309 | #define LUA_GCSETSTEPMUL 7 |
| 310 | #define LUA_GCISRUNNING 9 | 310 | #define LUA_GCISRUNNING 9 |
| 311 | #define LUA_GCGEN 10 | ||
| 312 | #define LUA_GCINC 11 | ||
| 311 | 313 | ||
| 312 | LUA_API int (lua_gc) (lua_State *L, int what, int data); | 314 | LUA_API int (lua_gc) (lua_State *L, int what, int data); |
| 313 | 315 | ||
