projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fab432
)
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 5 May 2002 04:30:45 +0000
(
04:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 5 May 2002 04:30:45 +0000
(
04:30
+0000)
src/ChangeLog
patch
|
blob
|
history
src/s/gnu.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index c453a73256d19e3a215731f06e719d808f4f392f..a79a2eafc4e91e068326bf287fa47d4ad0a2c387 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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
diff --git
a/src/s/gnu.h
b/src/s/gnu.h
index bc2c1fcfb3a2812ddc1d8f5007c347785d78c907..807ff80378b12c4b249137c845504f9efa845e3c 100644
(file)
--- 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