From: Geoff Voelker Date: Fri, 17 Apr 1998 05:08:51 +0000 (+0000) Subject: (recreate_heap): Invoke w32_fatal_reload_error upon error. X-Git-Tag: emacs-20.3~1466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1b8f90f304f95b78ca6f3b92d8e38ad05e6acb7;p=emacs.git (recreate_heap): Invoke w32_fatal_reload_error upon error. --- diff --git a/src/w32heap.c b/src/w32heap.c index 21a2fceb06e..656f94744d3 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -275,7 +275,7 @@ recreate_heap (char *executable_path) MEM_RESERVE, PAGE_NOACCESS); if (!tmp) - exit (1); + w32_fatal_reload_error ("Reserving upper heap address space."); /* We read in the data for the .bss section from the executable first and map in the heap from the executable second to prevent