mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-15 20:52:56 -08:00
(main) [NeXT]: Call malloc_jumpstart.
This commit is contained in:
parent
5743648e5f
commit
19a36ec6dc
1 changed files with 9 additions and 0 deletions
|
|
@ -235,6 +235,15 @@ main (argc, argv, envp)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef NeXT
|
||||
static int malloc_cookie;
|
||||
|
||||
/* This helps out unexnext.c. */
|
||||
if (initialized)
|
||||
if (malloc_jumpstart (malloc_cookie) != 0)
|
||||
printf ("malloc jumpstart failed!\n");
|
||||
#endif /* NeXT */
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
/* Stupid kludge to catch command-line display spec. We can't
|
||||
handle this argument entirely in window system dependent code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue