src/allocator.c

changeset 935
312fb24c14de
parent 890
54565fd74e74
--- a/src/allocator.c	Sat Oct 19 13:49:44 2024 +0200
+++ b/src/allocator.c	Sat Oct 19 14:24:26 2024 +0200
@@ -75,7 +75,7 @@
 };
 CxAllocator *cxDefaultAllocator = &cx_default_allocator;
 
-
+#undef cx_reallocate
 int cx_reallocate(
         void **mem,
         size_t n

mercurial