aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-05-05 04:30:45 +0000
committerRichard M. Stallman <[email protected]>2002-05-05 04:30:45 +0000
commit6b529d78beca9f45326d9ec3433299713090ee26 (patch)
treed90945ece54fa888d4b13cbe61865c31fa1c7996 /src
parent2fab432898e38d3b76d384011360cb0ea83a0559 (diff)
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/gnu.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c453a73256..a79a2eafc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-05 Richard M. Stallman <[email protected]>
+
+ * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
+
2002-05-04 Jason Rumney <[email protected]>
* keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
diff --git a/src/s/gnu.h b/src/s/gnu.h
index bc2c1fcfb3..807ff80378 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -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