From c4d3a0bff0c158ad0efee031a531eb920d904d14 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:33:54 +0100 Subject: [PATCH] Make realloc_extra optional --- array.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/array.h b/array.h index 9cbca5b..39a754d 100644 --- a/array.h +++ b/array.h @@ -1,7 +1,9 @@ #ifndef _DRAGONTYPE_ARRAY_H_ #define _DRAGONTYPE_ARRAY_H_ +#ifndef DRAGONTYPE_ARRAY_REALLOC_EXTRA #define DRAGONTYPE_ARRAY_REALLOC_EXTRA 25 +#endif #include #include -- 2.44.0