]> git.eshelyaron.com Git - emacs.git/commitdiff
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 May 2002 04:30:45 +0000 (04:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 May 2002 04:30:45 +0000 (04:30 +0000)
src/ChangeLog
src/s/gnu.h

index c453a73256d19e3a215731f06e719d808f4f392f..a79a2eafc4e91e068326bf287fa47d4ad0a2c387 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-05  Richard M. Stallman  <rms@gnu.org>
+
+       * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
+
 2002-05-04  Jason Rumney  <jasonr@gnu.org>
 
        * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
index bc2c1fcfb3a2812ddc1d8f5007c347785d78c907..807ff80378b12c4b249137c845504f9efa845e3c 100644 (file)
@@ -60,6 +60,11 @@ Boston, MA 02111-1307, USA.  */
 #undef BSD_PGRPS
 #define GETPGRP_NO_ARG
 
+/* Use mmap directly for allocating larger buffers.  */
+#ifdef DOUG_LEA_MALLOC
+#undef REL_ALLOC
+#endif
+
 #define HAVE_WAIT_HEADER
 #define WAIT_USE_INT
 #define HAVE_UNION_WAIT