diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
commit | ab6a94952215b1f66436d8eeebded1dad9fa5409 (patch) | |
tree | ba66254537defc76602ce351d962b899ddfe1b29 /lstate.h | |
parent | 86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff) | |
parent | ea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff) | |
download | lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2 lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -399,7 +399,6 @@ union GCUnion { | |||
399 | LUAI_FUNC void luaE_setdebt (global_State *g, l_obj debt); | 399 | LUAI_FUNC void luaE_setdebt (global_State *g, l_obj debt); |
400 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); | 400 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); |
401 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | 401 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); |
402 | LUAI_FUNC void luaE_freeCI (lua_State *L); | ||
403 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 402 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
404 | LUAI_FUNC void luaE_checkcstack (lua_State *L); | 403 | LUAI_FUNC void luaE_checkcstack (lua_State *L); |
405 | LUAI_FUNC void luaE_incCstack (lua_State *L); | 404 | LUAI_FUNC void luaE_incCstack (lua_State *L); |