New module 'unicase/ulc-casecoll'.
[pspp] / lib / malloc.c
index b6ecf37466722f08f2680fc9d2e3a9d8ef3e8721..eba131d1f273049bbc0f3137ff48f193dee686e1 100644 (file)
@@ -30,6 +30,9 @@
 
 #include <errno.h>
 
+/* Call the system's malloc below.  */
+#undef malloc
+
 /* Allocate an N-byte block of memory from the heap.
    If N is zero, allocate a 1-byte block.  */