diff src/emacs.c @ 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 531d6d07096a
children e9667f7a0cbc
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