]> mj.ucw.cz Git - libucw.git/blobdiff - lib/realloc.c
- lizard_alloc() turns on the wrapper for SIGSEGV and lizard_free() restores
[libucw.git] / lib / realloc.c
index 150a3d7bc5593d61d655349a0294a4e3cb3ebe52..536f61f9acce4714b53e9a43e6222b6e35ac67d0 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <stdlib.h>
 
-#ifndef DMALLOC
+#ifndef DEBUG_DMALLOC
 
 void *
 xrealloc(void *old, uns size)