From 339bdbb7dd33620a223cf6dae85c66edf6ebc9d4 Mon Sep 17 00:00:00 2001 From: ahmedsamyh Date: Sun, 26 Jan 2025 23:19:59 +0500 Subject: [PATCH] Remove prefix of da_append... --- commonlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commonlib.h b/commonlib.h index ba8280b..3acd0eb 100644 --- a/commonlib.h +++ b/commonlib.h @@ -19,8 +19,8 @@ #define ASSERT c_ASSERT #define ARRAY_LEN c_ARRAY_LEN -#define c_da_append -#define c_DYNAMIC_ARRAY_INITIAL_CAPACITY +#define da_append c_da_append +#define DYNAMIC_ARRAY_INITIAL_CAPACITY c_DYNAMIC_ARRAY_INITIAL_CAPACITY // #define c_DYNAMIC_ARRAY_INITIAL_CAPACITY #define os_get_timedate c_os_get_timedate -- 2.39.5