Mercurial > emacs
changeset 17390:e19bb906e8ef
(mallocobj): Make non-REL_ALLOC configuration work
with glibc's malloc--do use vm-limit.o.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 11 Apr 1997 08:23:25 +0000 |
parents | ab5d66b86b2c |
children | bbd0f7cb2452 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri Apr 11 08:21:38 1997 +0000 +++ b/src/Makefile.in Fri Apr 11 08:23:25 1997 +0000 @@ -540,7 +540,7 @@ #ifdef REL_ALLOC mallocobj = ralloc.o vm-limit.o #else /* ! defined (REL_ALLOC) */ -mallocobj = +mallocobj = vm-limit.o #endif /* ! defined (REL_ALLOC) */ #else /* ! defined (DOUG_LEA_MALLOC) */ #ifdef REL_ALLOC