OCT 1. 更新格式化代码
This commit is contained in:
parent
bf6490b79c
commit
11b7d048b0
|
@ -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 \
|
||||
// it's the maximum number that can be stored in a zvect_index.
|
||||
// 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.
|
||||
|
|
Loading…
Reference in New Issue