From: ahmedsamyh Date: Sun, 26 Jan 2025 18:19:59 +0000 (+0500) Subject: Remove prefix of da_append... X-Git-Url: https://www.git.momoyon.org/?a=commitdiff_plain;h=339bdbb7dd33620a223cf6dae85c66edf6ebc9d4;p=commonlib.git Remove prefix of da_append... --- 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