diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index ea9c4cd79dc..ad64ffa08f2 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -924,7 +924,11 @@ load_pdump (int argc, char **argv) | |||
| 924 | #endif /* HAVE_PDUMPER */ | 924 | #endif /* HAVE_PDUMPER */ |
| 925 | 925 | ||
| 926 | int | 926 | int |
| 927 | #ifdef HAVE_NS | ||
| 928 | emacs_main (int argc, char **argv) | ||
| 929 | #else | ||
| 927 | main (int argc, char **argv) | 930 | main (int argc, char **argv) |
| 931 | #endif | ||
| 928 | { | 932 | { |
| 929 | /* Variable near the bottom of the stack, and aligned appropriately | 933 | /* Variable near the bottom of the stack, and aligned appropriately |
| 930 | for pointers. */ | 934 | for pointers. */ |