diff src/gmalloc.c @ 551:e9a3f8b4de53

[xemacs-hg @ 2001-05-21 05:26:06 by martinb] realloc() handling on sunos4; remove lwlib-config kludge
author martinb
date Mon, 21 May 2001 05:26:51 +0000
parents 3d3049ae1304
children b39c14581166
line wrap: on
line diff
--- a/src/gmalloc.c	Mon May 21 02:15:12 2001 +0000
+++ b/src/gmalloc.c	Mon May 21 05:26:51 2001 +0000
@@ -96,6 +96,10 @@
    apparently fails.  Curses on all this shit. */
 #define __free_ret_t void
 
+#undef malloc
+#undef realloc
+#undef calloc
+#undef free
 /* XEmacs: I tried commenting these out and including stdlib.h,
    but that fails badly.  Urk!  This sucks. */
 /* Allocate SIZE bytes of memory.  */