diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c index 8143498a104..6fed31c297c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -237,7 +237,7 @@ main (argc, argv, envp) | |||
| 237 | #endif | 237 | #endif |
| 238 | 238 | ||
| 239 | #ifdef NeXT | 239 | #ifdef NeXT |
| 240 | static int malloc_cookie; | 240 | extern int malloc_cookie; |
| 241 | 241 | ||
| 242 | /* This helps out unexnext.c. */ | 242 | /* This helps out unexnext.c. */ |
| 243 | if (initialized) | 243 | if (initialized) |
| @@ -800,9 +800,7 @@ and announce itself normally when it is run.") | |||
| 800 | 800 | ||
| 801 | #endif /* not CANNOT_DUMP */ | 801 | #endif /* not CANNOT_DUMP */ |
| 802 | 802 | ||
| 803 | #ifdef VMS | 803 | #ifndef SEPCHAR |
| 804 | #define SEPCHAR ',' | ||
| 805 | #else | ||
| 806 | #define SEPCHAR ':' | 804 | #define SEPCHAR ':' |
| 807 | #endif | 805 | #endif |
| 808 | 806 | ||