(main): Undo previous change.

This commit is contained in:
Richard M. Stallman 1995-02-05 08:49:14 +00:00
parent 71d97b562a
commit 0f6e129e26

View file

@ -484,15 +484,6 @@ main (argc, argv, envp)
#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;