aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 11dcdb33fe0..3836f179abc 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -171,7 +171,7 @@ static uintmax_t heap_bss_diff;
171 We mark being in the exec'd process by a daemon name argument of 171 We mark being in the exec'd process by a daemon name argument of
172 form "--daemon=\nFD0,FD1\nNAME" where FD are the pipe file descriptors, 172 form "--daemon=\nFD0,FD1\nNAME" where FD are the pipe file descriptors,
173 NAME is the original daemon name, if any. */ 173 NAME is the original daemon name, if any. */
174#if defined NS_IMPL_COCOA || (defined HAVE_NTGUI && defined CYGWIN) 174#if defined NS_IMPL_COCOA || defined CYGWIN
175# define DAEMON_MUST_EXEC 175# define DAEMON_MUST_EXEC
176#endif 176#endif
177 177