aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-05-22 14:47:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-05-22 14:47:54 -0300
commit9be74ccc214eb6f4d9d0b9496fd973542c7377d9 (patch)
treee62aacce2266814e8c09a490e02ac6ad9cf13be0 /lstate.h
parent09f3c2372f5dbeaec9f50614a26c1b5761726a88 (diff)
downloadlua-9be74ccc214eb6f4d9d0b9496fd973542c7377d9.tar.gz
lua-9be74ccc214eb6f4d9d0b9496fd973542c7377d9.tar.bz2
lua-9be74ccc214eb6f4d9d0b9496fd973542c7377d9.zip
Several functions turned 'static'
Several functions that were already being used only inside their own file have been declared as 'static'.
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 8bf6600e..40ff89aa 100644
--- a/lstate.h
+++ b/lstate.h
@@ -396,7 +396,6 @@ union GCUnion {
396LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); 396LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
397LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); 397LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
398LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); 398LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
399LUAI_FUNC void luaE_freeCI (lua_State *L);
400LUAI_FUNC void luaE_shrinkCI (lua_State *L); 399LUAI_FUNC void luaE_shrinkCI (lua_State *L);
401LUAI_FUNC void luaE_checkcstack (lua_State *L); 400LUAI_FUNC void luaE_checkcstack (lua_State *L);
402LUAI_FUNC void luaE_incCstack (lua_State *L); 401LUAI_FUNC void luaE_incCstack (lua_State *L);