SSM expanding

This commit is contained in:
Cloud Wu
2019-04-02 14:46:00 +08:00
committed by 云风
parent 2011596de0
commit 5bf635c75c
3 changed files with 232 additions and 80 deletions

View File

@@ -49,7 +49,7 @@ LUAI_FUNC TString *luaS_createlngstrobj (lua_State *L, size_t l);
LUA_API void luaS_initshr();
LUA_API void luaS_exitshr();
LUA_API void luaS_expandshr(int n);
LUA_API void luaS_expandshr(unsigned int n);
LUAI_FUNC TString *luaS_clonestring(lua_State *L, TString *);
LUA_API int luaS_shrinfo(lua_State *L);