Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 12, 2025
1 parent 3b5bb2c commit 05a814f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05a814f

Please sign in to comment.