]> git.eshelyaron.com Git - emacs.git/commitdiff
(inherited_pgroup): Conditionalize on BSD_PGRPS.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 22:24:38 +0000 (22:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 22:24:38 +0000 (22:24 +0000)
src/emacs.c

index 42d11f87564d093c815297da3b41decfd4dac141..50a0f9f3c3d8bfb258e9e393c847aaa74a45e4bc 100644 (file)
@@ -94,7 +94,7 @@ int inhibit_window_system;
    priority; Those functions have their own extern declaration.  */
 int emacs_priority;
 
-#ifdef BSD
+#ifdef BSD_PGRPS
 /* See sysdep.c.  */
 extern int inherited_pgroup;
 #endif