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.