changeset 6863:2aab30ba72b4

(inherited_pgroup): Conditionalize on BSD_PGRPS.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Apr 1994 22:24:38 +0000
parents 653504b6b5dd
children 7c689b8065bd
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Wed Apr 13 22:23:24 1994 +0000
+++ b/src/emacs.c	Wed Apr 13 22:24:38 1994 +0000
@@ -94,7 +94,7 @@
    priority; Those functions have their own extern declaration.  */
 int emacs_priority;
 
-#ifdef BSD
+#ifdef BSD_PGRPS
 /* See sysdep.c.  */
 extern int inherited_pgroup;
 #endif