# HG changeset patch # User Richard M. Stallman # Date 766275878 0 # Node ID 2aab30ba72b4b98abdf1e66092b467b0ed45a864 # Parent 653504b6b5dd17197ef3e8e41aa5d61aa3044be9 (inherited_pgroup): Conditionalize on BSD_PGRPS. diff -r 653504b6b5dd -r 2aab30ba72b4 src/emacs.c --- 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