OCT 1. 更新格式化代码

This commit is contained in:
huangxin 2022-12-02 14:57:36 +08:00
parent bf6490b79c
commit 11b7d048b0
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@
// If you want a larger index you can
// change it to, for example, uint64_t
typedef uint32_t zvect_index;
#define zvect_index_max \
4294967295 // If you change zvect_index type make sure you update this value \
// If you change zvect_index type make sure you update this value
// it's the maximum number that can be stored in a zvect_index.
#define zvect_index_max (4294967295)
// Default vector return type for
// error codes.