1
Fork 0
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:
Richard M. Stallman 1992-10-06 05:09:37 +00:00
parent 5743648e5f
commit 19a36ec6dc

View file

@ -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