Mercurial > hg > xemacs-beta
diff src/emacs.c @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | 70ad99077275 |
children | 19dcec799385 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 10:43:56 2007 +0200 +++ b/src/emacs.c Mon Aug 13 10:44:22 2007 +0200 @@ -612,6 +612,9 @@ #if defined (HAVE_MMAP) && defined (REL_ALLOC) /* ralloc can only be used if using the GNU memory allocator. */ init_ralloc (); +#elif defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC) + if (initialized) + init_ralloc(); #endif #ifdef HAVE_SOCKS