diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-05-22 14:47:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-05-22 14:47:54 -0300 |
commit | 9be74ccc214eb6f4d9d0b9496fd973542c7377d9 (patch) | |
tree | e62aacce2266814e8c09a490e02ac6ad9cf13be0 /lstate.h | |
parent | 09f3c2372f5dbeaec9f50614a26c1b5761726a88 (diff) | |
download | lua-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -396,7 +396,6 @@ union GCUnion { | |||
396 | LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); | 396 | LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); |
397 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); | 397 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); |
398 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | 398 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); |
399 | LUAI_FUNC void luaE_freeCI (lua_State *L); | ||
400 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 399 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
401 | LUAI_FUNC void luaE_checkcstack (lua_State *L); | 400 | LUAI_FUNC void luaE_checkcstack (lua_State *L); |
402 | LUAI_FUNC void luaE_incCstack (lua_State *L); | 401 | LUAI_FUNC void luaE_incCstack (lua_State *L); |