diff src/alloc.c @ 392:1f50e6fe4f3f r21-2-11

Import from CVS: tag r21-2-11
author cvs
date Mon, 13 Aug 2007 11:10:50 +0200
parents 4af0ddfb7c5b
children 6719134a07c2
line wrap: on
line diff
--- a/src/alloc.c	Mon Aug 13 11:10:04 2007 +0200
+++ b/src/alloc.c	Mon Aug 13 11:10:50 2007 +0200
@@ -382,6 +382,10 @@
   return val;
 }
 
+#ifdef xcalloc
+#undef xcalloc
+#endif
+
 static void *
 xcalloc (size_t nelem, size_t elsize)
 {