diff --git a/src/entry.c b/src/entry.c index 0198624..dd98b8b 100644 --- a/src/entry.c +++ b/src/entry.c @@ -3,7 +3,9 @@ #ifndef SDB_CUSTOM_HEAP extern SdbGlobalHeap sdb_gh_custom; #define SDB_CUSTOM_HEAP sdb_gh_custom -#else +#endif + +#if !USE_SDB_HEAP static const SdbGlobalHeap sdb_gh_libc = { NULL, NULL, NULL }; #endif