From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Tue, 11 Jan 2022 12:33:54 +0000 (+0100) Subject: Make realloc_extra optional X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c4d3a0bff0c158ad0efee031a531eb920d904d14;p=dragonstd.git Make realloc_extra optional --- 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