diff src/ralloc.c @ 314:341dac730539 r21-0b55

Import from CVS: tag r21-0b55
author cvs
date Mon, 13 Aug 2007 10:44:22 +0200
parents ca9a9ec9c1c1
children cc15677e0335
line wrap: on
line diff
--- a/src/ralloc.c	Mon Aug 13 10:43:56 2007 +0200
+++ b/src/ralloc.c	Mon Aug 13 10:44:22 2007 +0200
@@ -1108,7 +1108,9 @@
 
 /* The hook `malloc' uses for the function which gets more space
    from the system.  */
-/* extern POINTER (*__morecore) (long size); */
+#ifndef DOUG_LEA_MALLOC
+extern POINTER (*__morecore) (long size);
+#endif
 
 /* Initialize various things for memory allocation. */