aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c4
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
926int 926int
927#ifdef HAVE_NS
928emacs_main (int argc, char **argv)
929#else
927main (int argc, char **argv) 930main (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. */