mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 19:37:58 +00:00
(main) [NeXT]: Add missing braces.
This commit is contained in:
parent
cd17ae3fe7
commit
b9df9faab4
1 changed files with 7 additions and 6 deletions
13
src/emacs.c
13
src/emacs.c
|
|
@ -449,12 +449,13 @@ main (argc, argv, envp)
|
|||
#endif
|
||||
|
||||
#ifdef NeXT
|
||||
extern int malloc_cookie;
|
||||
|
||||
/* This helps out unexnext.c. */
|
||||
if (initialized)
|
||||
if (malloc_jumpstart (malloc_cookie) != 0)
|
||||
printf ("malloc jumpstart failed!\n");
|
||||
{
|
||||
extern int malloc_cookie;
|
||||
/* This helps out unexnext.c. */
|
||||
if (initialized)
|
||||
if (malloc_jumpstart (malloc_cookie) != 0)
|
||||
printf ("malloc jumpstart failed!\n");
|
||||
}
|
||||
#endif /* NeXT */
|
||||
|
||||
#ifdef VMS
|
||||
|
|
|
|||
Loading…
Reference in a new issue