fix mac build (#644)
It appears on MacOS with Clang, `bool` is not supported in C, causing compile error. Changing it to `char`.
Signed-off-by:
Yi Wu <yiwu@pingcap.com>
Loading
Please register or sign in to comment
It appears on MacOS with Clang, `bool` is not supported in C, causing compile error. Changing it to `char`.
Signed-off-by:
Yi Wu <yiwu@pingcap.com>