diff options
Diffstat (limited to 'lstring.h')
-rw-r--r-- | lstring.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ | |||
37 | #define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b)) | 37 | #define eqshrstr(a,b) check_exp((a)->tt == LUA_VSHRSTR, (a) == (b)) |
38 | 38 | ||
39 | 39 | ||
40 | LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed); | 40 | LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, |
41 | unsigned int seed, size_t step); | ||
41 | LUAI_FUNC unsigned int luaS_hashlongstr (TString *ts); | 42 | LUAI_FUNC unsigned int luaS_hashlongstr (TString *ts); |
42 | LUAI_FUNC int luaS_eqlngstr (TString *a, TString *b); | 43 | LUAI_FUNC int luaS_eqlngstr (TString *a, TString *b); |
43 | LUAI_FUNC void luaS_resize (lua_State *L, int newsize); | 44 | LUAI_FUNC void luaS_resize (lua_State *L, int newsize); |