]> 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 817f035c92175b1a403d703cde1a72811c78c6f3..536f61f9acce4714b53e9a43e6222b6e35ac67d0 100644 (file)
@@ -2,13 +2,16 @@
  *     Sherlock Library -- Memory Re-allocation
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"
 
 #include <stdlib.h>
 
-#ifndef DMALLOC
+#ifndef DEBUG_DMALLOC
 
 void *
 xrealloc(void *old, uns size)