diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-16 17:02:55 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-16 17:02:55 -0300 |
commit | 4a8e48086433ad12f2991c07f3064278714fd0f1 (patch) | |
tree | 7efc32733ceff1ce51930d927292e7b7ce56b175 /lua.h | |
parent | 17e0c29d9b435392016b707309ed51409b0aea12 (diff) | |
download | lua-4a8e48086433ad12f2991c07f3064278714fd0f1.tar.gz lua-4a8e48086433ad12f2991c07f3064278714fd0f1.tar.bz2 lua-4a8e48086433ad12f2991c07f3064278714fd0f1.zip |
New mechanism to query GC parameters
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ LUA_API void (lua_warning) (lua_State *L, const char *msg, int tocont); | |||
338 | #define LUA_GCISRUNNING 6 | 338 | #define LUA_GCISRUNNING 6 |
339 | #define LUA_GCGEN 7 | 339 | #define LUA_GCGEN 7 |
340 | #define LUA_GCINC 8 | 340 | #define LUA_GCINC 8 |
341 | #define LUA_GCSETPARAM 9 | 341 | #define LUA_GCPARAM 9 |
342 | 342 | ||
343 | 343 | ||
344 | /* | 344 | /* |