Mercurial > emacs
changeset 10664:29aacca888e1
(main): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 Feb 1995 08:49:14 +0000 |
parents | b0bf7d40a75d |
children | 4e7da2fc451b |
files | src/emacs.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Sun Feb 05 02:46:34 1995 +0000 +++ b/src/emacs.c Sun Feb 05 08:49:14 1995 +0000 @@ -484,15 +484,6 @@ #endif /* LINK_CRTL_SHARE */ #endif /* VMS */ -#ifdef REL_ALLOC - /* Make some hysteresis in malloc - if it has to get its space from the relocating allocator. */ - { - extern int __malloc_extra_blocks; - __malloc_extra_blocks = 32; - } -#endif - /* Record (approximately) where the stack begins. */ stack_bottom = &stack_bottom_variable;