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 42d11f87564..50a0f9f3c3d 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -94,7 +94,7 @@ int inhibit_window_system;
94 priority; Those functions have their own extern declaration. */ 94 priority; Those functions have their own extern declaration. */
95int emacs_priority; 95int emacs_priority;
96 96
97#ifdef BSD 97#ifdef BSD_PGRPS
98/* See sysdep.c. */ 98/* See sysdep.c. */
99extern int inherited_pgroup; 99extern int inherited_pgroup;
100#endif 100#endif