From 574137e4855276583698565c1a5bfb4da866b702 Mon Sep 17 00:00:00 2001 From: ahmedsamyh Date: Fri, 30 May 2025 08:47:59 +0500 Subject: [PATCH] use .gitattributes for CRLF -> LF. --- .gitattributes | 1 + commonlib.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/commonlib.h b/commonlib.h index 0a5e01a..a85490c 100644 --- a/commonlib.h +++ b/commonlib.h @@ -26,6 +26,7 @@ #define da_append c_da_append #define da_free c_da_free #define da_shift c_da_shift +#define da_remove c_da_remove #define DYNAMIC_ARRAY_INITIAL_CAPACITY c_DYNAMIC_ARRAY_INITIAL_CAPACITY // #define c_DYNAMIC_ARRAY_INITIAL_CAPACITY -- 2.39.5