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:
parent
15aaf1b5d2
commit
3689ff1491
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue