comparison src/emacs.c @ 1350:b74d9663f9a6

(main) [NeXT]: Call malloc_jumpstart.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Oct 1992 05:09:37 +0000
parents 4742a5797146
children 416f7f33fe95
comparison
equal deleted inserted replaced
1349:5f7b21303f10 1350:b74d9663f9a6
232 map_in_data (1); 232 map_in_data (1);
233 /* The shared memory was just restored, which clobbered this. */ 233 /* The shared memory was just restored, which clobbered this. */
234 skip_args = 0; 234 skip_args = 0;
235 } 235 }
236 #endif 236 #endif
237
238 #ifdef NeXT
239 static int malloc_cookie;
240
241 /* This helps out unexnext.c. */
242 if (initialized)
243 if (malloc_jumpstart (malloc_cookie) != 0)
244 printf ("malloc jumpstart failed!\n");
245 #endif /* NeXT */
237 246
238 #ifdef HAVE_X_WINDOWS 247 #ifdef HAVE_X_WINDOWS
239 /* Stupid kludge to catch command-line display spec. We can't 248 /* Stupid kludge to catch command-line display spec. We can't
240 handle this argument entirely in window system dependent code 249 handle this argument entirely in window system dependent code
241 because we don't even know which window system dependent code 250 because we don't even know which window system dependent code