# HG changeset patch # User Richard M. Stallman # Date 741462676 0 # Node ID 9a411d86ca72df8da0fc57515f65378292f4cb49 # Parent 565b67d1a9f9d60b8cf2298fcc25fce36d50a331 (PRIO_PROCESS): Definition deleted. diff -r 565b67d1a9f9 -r 9a411d86ca72 src/callproc.c --- a/src/callproc.c Wed Jun 30 16:44:35 1993 +0000 +++ b/src/callproc.c Wed Jun 30 17:51:16 1993 +0000 @@ -35,7 +35,7 @@ #endif /* SIGCLD */ #include -#define PRIO_PROCESS 0 + #include #ifdef USG5 #include diff -r 565b67d1a9f9 -r 9a411d86ca72 src/emacs.c --- a/src/emacs.c Wed Jun 30 16:44:35 1993 +0000 +++ b/src/emacs.c Wed Jun 30 17:51:16 1993 +0000 @@ -52,8 +52,6 @@ #define O_RDWR 2 #endif -#define PRIO_PROCESS 0 - /* Command line args from shell, as list of strings */ Lisp_Object Vcommand_line_args;