[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.

This commit is contained in:
Richard M. Stallman 2002-05-05 04:30:45 +00:00
parent 2fab432898
commit 6b529d78be
2 changed files with 9 additions and 0 deletions

View 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

View 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