diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-09-13 13:21:52 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-09-13 13:21:52 -0300 |
| commit | 686e57cf9c61070ff961407e3304071e171542f4 (patch) | |
| tree | 902f64eb6a46bcd57d4d1140efd5bdcf7f1e501f /lua.h | |
| parent | 06156e7575dee21026595a30dcf76f400c447a33 (diff) | |
| download | lua-686e57cf9c61070ff961407e3304071e171542f4.tar.gz lua-686e57cf9c61070ff961407e3304071e171542f4.tar.bz2 lua-686e57cf9c61070ff961407e3304071e171542f4.zip | |
GC local pause configurable
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.292 2013/07/05 14:29:51 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.293 2013/08/05 16:58:28 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 |
| @@ -288,7 +288,8 @@ LUA_API int (lua_status) (lua_State *L); | |||
| 288 | #define LUA_GCSTEP 5 | 288 | #define LUA_GCSTEP 5 |
| 289 | #define LUA_GCSETPAUSE 6 | 289 | #define LUA_GCSETPAUSE 6 |
| 290 | #define LUA_GCSETSTEPMUL 7 | 290 | #define LUA_GCSETSTEPMUL 7 |
| 291 | #define LUA_GCISRUNNING 8 | 291 | #define LUA_GCSETLOCALPAUSE 8 |
| 292 | #define LUA_GCISRUNNING 9 | ||
| 292 | 293 | ||
| 293 | LUA_API int (lua_gc) (lua_State *L, int what, int data); | 294 | LUA_API int (lua_gc) (lua_State *L, int what, int data); |
| 294 | 295 | ||
