diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2025-10-14 13:50:24 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2025-10-14 13:50:24 -0300 |
| commit | 9c66903cc55388006a833f0f3911ea81fa86edea (patch) | |
| tree | 994a7dce6af07ea1603a1dad8cbdc77006b25ce8 /lstring.h | |
| parent | 30a7b93439f72570cd3315c201b140df3c07e106 (diff) | |
| download | lua-9c66903cc55388006a833f0f3911ea81fa86edea.tar.gz lua-9c66903cc55388006a833f0f3911ea81fa86edea.tar.bz2 lua-9c66903cc55388006a833f0f3911ea81fa86edea.zip | |
Details
- Functions luaK_goiffalse, luaS_hash made private.
- Removed unused macro log2maxs.
Diffstat (limited to 'lstring.h')
| -rw-r--r-- | lstring.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -54,7 +54,6 @@ | |||
| 54 | #define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b)) | 54 | #define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b)) |
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | LUAI_FUNC unsigned luaS_hash (const char *str, size_t l, unsigned seed); | ||
| 58 | LUAI_FUNC unsigned luaS_hashlongstr (TString *ts); | 57 | LUAI_FUNC unsigned luaS_hashlongstr (TString *ts); |
| 59 | LUAI_FUNC int luaS_eqstr (TString *a, TString *b); | 58 | LUAI_FUNC int luaS_eqstr (TString *a, TString *b); |
| 60 | LUAI_FUNC void luaS_resize (lua_State *L, int newsize); | 59 | LUAI_FUNC void luaS_resize (lua_State *L, int newsize); |
