diff options
Diffstat (limited to 'src/lj_tab.h')
| -rw-r--r-- | src/lj_tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_tab.h b/src/lj_tab.h index f1712e45f..9822c3266 100644 --- a/src/lj_tab.h +++ b/src/lj_tab.h | |||
| @@ -53,7 +53,7 @@ static LJ_AINLINE Node *hashmask(const GCtab *t, uint32_t hash) | |||
| 53 | #define hsize2hbits(s) ((s) ? ((s)==1 ? 1 : 1+lj_fls((uint32_t)((s)-1))) : 0) | 53 | #define hsize2hbits(s) ((s) ? ((s)==1 ? 1 : 1+lj_fls((uint32_t)((s)-1))) : 0) |
| 54 | 54 | ||
| 55 | LJ_FUNCA GCtab *lj_tab_new(lua_State *L, uint32_t asize, uint32_t hbits); | 55 | LJ_FUNCA GCtab *lj_tab_new(lua_State *L, uint32_t asize, uint32_t hbits); |
| 56 | LJ_FUNC GCtab *lj_tab_new_ah(lua_State *L, int32_t a, int32_t h); | 56 | LJ_FUNC GCtab *lj_tab_new_ah(lua_State *L, uint32_t a, uint32_t h); |
| 57 | #if LJ_HASJIT | 57 | #if LJ_HASJIT |
| 58 | LJ_FUNC GCtab * LJ_FASTCALL lj_tab_new1(lua_State *L, uint32_t ahsize); | 58 | LJ_FUNC GCtab * LJ_FASTCALL lj_tab_new1(lua_State *L, uint32_t ahsize); |
| 59 | #endif | 59 | #endif |
