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