aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-01-16 17:02:55 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-01-16 17:02:55 -0300
commit4a8e48086433ad12f2991c07f3064278714fd0f1 (patch)
tree7efc32733ceff1ce51930d927292e7b7ce56b175 /lua.h
parent17e0c29d9b435392016b707309ed51409b0aea12 (diff)
downloadlua-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index b7508b4e..58f31646 100644
--- a/lua.h
+++ b/lua.h
@@ -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/*