mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details
- Functions luaK_goiffalse, luaS_hash made private. - Removed unused macro log2maxs.
This commit is contained in:
parent
30a7b93439
commit
9c66903cc5
5 changed files with 2 additions and 11 deletions
|
|
@ -54,7 +54,6 @@
|
|||
#define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b))
|
||||
|
||||
|
||||
LUAI_FUNC unsigned luaS_hash (const char *str, size_t l, unsigned seed);
|
||||
LUAI_FUNC unsigned luaS_hashlongstr (TString *ts);
|
||||
LUAI_FUNC int luaS_eqstr (TString *a, TString *b);
|
||||
LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue