aboutsummaryrefslogtreecommitdiff
path: root/lstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstring.h')
-rw-r--r--lstring.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstring.h b/lstring.h
index a413a9d3..450c2390 100644
--- a/lstring.h
+++ b/lstring.h
@@ -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
44LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, 44LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
45 unsigned int seed, size_t step);
46LUAI_FUNC unsigned int luaS_hashlongstr (TString *ts); 45LUAI_FUNC unsigned int luaS_hashlongstr (TString *ts);
47LUAI_FUNC int luaS_eqlngstr (TString *a, TString *b); 46LUAI_FUNC int luaS_eqlngstr (TString *a, TString *b);
48LUAI_FUNC void luaS_resize (lua_State *L, int newsize); 47LUAI_FUNC void luaS_resize (lua_State *L, int newsize);