[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
This commit is contained in:
parent
2fab432898
commit
6b529d78be
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue