diff src/regex.c @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 52952cbfc5b5
children c5d627a313b1
line wrap: on
line diff
--- a/src/regex.c	Mon Aug 13 10:20:29 2007 +0200
+++ b/src/regex.c	Mon Aug 13 10:21:18 2007 +0200
@@ -70,7 +70,7 @@
 /* XEmacs: the current mmap-based ralloc handles small blocks very
    poorly, so we disable it here. */
 
-#if defined (REL_ALLOC) && defined (HAVE_MMAP)
+#if (defined (REL_ALLOC) && defined (HAVE_MMAP)) || defined(DOUG_LEA_MALLOC)
 # undef REL_ALLOC
 #endif