]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/alloc.c
Doc. system: Add type sections to definition list
[libucw.git] / ucw / alloc.c
index bed8c51f104a0d78dbe3e90023ea346fd4fb2320..4f531366ec6eedaa6643732b3cc670a39ee40cb0 100644 (file)
@@ -12,8 +12,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifndef DEBUG_DMALLOC
-
 void *
 xmalloc(uns size)
 {
@@ -23,8 +21,6 @@ xmalloc(uns size)
   return x;
 }
 
-#endif
-
 void *
 xmalloc_zero(uns size)
 {