]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc.c
tiny bugfix
[libucw.git] / lib / alloc.c
index 40f3edf3171379ab42ba68461e8ab13781454649..21d9635778daf3974132f1fc6f13df82523f78a4 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifndef DMALLOC
+#ifndef DEBUG_DMALLOC
 
 void *
 xmalloc(uns size)