1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

[!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.

This commit is contained in:
Dave Love 2000-09-07 09:49:56 +00:00
parent 96889af2bc
commit b14654b94d
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-09-07 Dave Love <fx@gnu.org>
* Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
2000-09-07 Kenichi Handa <handa@etl.go.jp>
* charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.

View file

@ -583,6 +583,12 @@ mallocobj = gmalloc.o vm-limit.o
#endif /* ! defined (REL_ALLOC) */
#endif /* ! defined (DOUG_LEA_MALLOC) */
#else /* ! SYSTEM_MALLOC */
#ifdef REL_ALLOC_MMAP
mallocobj = ralloc.o vm-limit.o
#endif
#endif /* SYSTEM_MALLOC */