From 88a64fef30d6b05afa8d433629254baffe0ff3e6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 Jun 1993 17:51:16 +0000 Subject: [PATCH] (PRIO_PROCESS): Definition deleted. --- src/callproc.c | 2 +- src/emacs.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/callproc.c b/src/callproc.c index 28e6c00377c..bcf990ad127 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -35,7 +35,7 @@ extern char *sys_errlist[]; #endif /* SIGCLD */ #include -#define PRIO_PROCESS 0 + #include #ifdef USG5 #include diff --git a/src/emacs.c b/src/emacs.c index 2e6527e4e7e..309ba1ce2a1 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -52,8 +52,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define O_RDWR 2 #endif -#define PRIO_PROCESS 0 - /* Command line args from shell, as list of strings */ Lisp_Object Vcommand_line_args;