From 11b7d048b0dba9f577e6e88ace36d83d585f6b77 Mon Sep 17 00:00:00 2001 From: huangxin Date: Fri, 2 Dec 2022 14:57:36 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E6=9B=B4=E6=96=B0=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/libs/include/zvector/zvector_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcs/libs/include/zvector/zvector_config.h b/srcs/libs/include/zvector/zvector_config.h index 4e94bcf..cdc3e5f 100644 --- a/srcs/libs/include/zvector/zvector_config.h +++ b/srcs/libs/include/zvector/zvector_config.h @@ -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.