aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-02-05 08:49:14 +0000
committerRichard M. Stallman1995-02-05 08:49:14 +0000
commit0f6e129e2639f6e4fb78becb739f878fb2dd2783 (patch)
tree283fc322bcc657c51c31ebd4fe998b6198cc8683 /src
parent71d97b562a533b7b3c6e0d188010bb6506c5338f (diff)
downloademacs-0f6e129e2639f6e4fb78becb739f878fb2dd2783.tar.gz
emacs-0f6e129e2639f6e4fb78becb739f878fb2dd2783.zip
(main): Undo previous change.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/emacs.c b/src/emacs.c
index d2408cd73bd..ac3263386a5 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -484,15 +484,6 @@ main (argc, argv, envp)
484#endif /* LINK_CRTL_SHARE */ 484#endif /* LINK_CRTL_SHARE */
485#endif /* VMS */ 485#endif /* VMS */
486 486
487#ifdef REL_ALLOC
488 /* Make some hysteresis in malloc
489 if it has to get its space from the relocating allocator. */
490 {
491 extern int __malloc_extra_blocks;
492 __malloc_extra_blocks = 32;
493 }
494#endif
495
496 /* Record (approximately) where the stack begins. */ 487 /* Record (approximately) where the stack begins. */
497 stack_bottom = &stack_bottom_variable; 488 stack_bottom = &stack_bottom_variable;
498 489