diff options
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); |
