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