From: Richard M. Stallman Date: Sun, 5 Feb 1995 08:49:14 +0000 (+0000) Subject: (main): Undo previous change. X-Git-Tag: emacs-19.34~5194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f6e129e2639f6e4fb78becb739f878fb2dd2783;p=emacs.git (main): Undo previous change. --- 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) #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;