# HG changeset patch # User Richard M. Stallman # Date 718348177 0 # Node ID b74d9663f9a63b6c5d871f6f8be77aabe3efcb8f # Parent 5f7b21303f10dea6cd62ce729a21676f7942d528 (main) [NeXT]: Call malloc_jumpstart. diff -r 5f7b21303f10 -r b74d9663f9a6 src/emacs.c --- a/src/emacs.c Tue Oct 06 04:54:56 1992 +0000 +++ b/src/emacs.c Tue Oct 06 05:09:37 1992 +0000 @@ -235,6 +235,15 @@ } #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