]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Feb 1995 08:49:14 +0000 (08:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Feb 1995 08:49:14 +0000 (08:49 +0000)
src/emacs.c

index d2408cd73bdda5c3d53c3c8dc546477abb0f8d73..ac3263386a5d638d06afbc8f9257efa32a911865 100644 (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;