1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

(DOUG_LEA_MALLOC): Add #undef.

This commit is contained in:
Richard M. Stallman 1997-04-09 04:00:22 +00:00
parent 15aaf1b5d2
commit 3689ff1491

View file

@ -33,9 +33,12 @@ Boston, MA 02111-1307, USA. */
numbers. */
#undef LISP_FLOAT_TYPE
/* Define GNU_MALLOC if you want to use the *new* GNU memory allocator. */
/* Define GNU_MALLOC if you want to use the GNU memory allocator. */
#undef GNU_MALLOC
/* Define if you are using the GNU C Library. */
#undef DOUG_LEA_MALLOC
/* Define REL_ALLOC if you want to use the relocating allocator for
buffer space. */
#undef REL_ALLOC