changeset 1350:b74d9663f9a6

(main) [NeXT]: Call malloc_jumpstart.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Oct 1992 05:09:37 +0000
parents 5f7b21303f10
children e7bc20e1b2b9
files src/emacs.c
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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