diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 9 |
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 | ||