fix compile error on windows

This commit is contained in:
yihaoDeng 2021-05-18 17:55:08 +08:00
parent 35e2e015c0
commit 5fd5e775a6
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ typedef struct Table {
(check_exp((size&(size-1))==0, (cast(int, (s) & ((size)-1)))))
#define twoto(x) (1<<(x))
#define twoto(x) (1<<(int64_t)(x))
#define sizenode(t) (twoto((int64_t)((t)->lsizenode)))