aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-22 11:41:48 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-22 11:41:48 -0300
commitab6a94952215b1f66436d8eeebded1dad9fa5409 (patch)
treeba66254537defc76602ce351d962b899ddfe1b29 /lstate.h
parent86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff)
parentea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff)
downloadlua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz
lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2
lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip
Merge branch 'master' into nextversion
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 50273295..488d2c5a 100644
--- a/lstate.h
+++ b/lstate.h
@@ -399,7 +399,6 @@ union GCUnion {
399LUAI_FUNC void luaE_setdebt (global_State *g, l_obj debt); 399LUAI_FUNC void luaE_setdebt (global_State *g, l_obj debt);
400LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); 400LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
401LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); 401LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
402LUAI_FUNC void luaE_freeCI (lua_State *L);
403LUAI_FUNC void luaE_shrinkCI (lua_State *L); 402LUAI_FUNC void luaE_shrinkCI (lua_State *L);
404LUAI_FUNC void luaE_checkcstack (lua_State *L); 403LUAI_FUNC void luaE_checkcstack (lua_State *L);
405LUAI_FUNC void luaE_incCstack (lua_State *L); 404LUAI_FUNC void luaE_incCstack (lua_State *L);