(PRIO_PROCESS): Definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 Jun 1993 17:51:16 +0000 (17:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 Jun 1993 17:51:16 +0000 (17:51 +0000)
src/callproc.c
src/emacs.c

index 28e6c00..bcf990a 100644 (file)
@@ -35,7 +35,7 @@ extern char *sys_errlist[];
 #endif /* SIGCLD */
 
 #include <sys/types.h>
-#define PRIO_PROCESS 0
+
 #include <sys/file.h>
 #ifdef USG5
 #include <fcntl.h>
index 2e6527e..309ba1c 100644 (file)
@@ -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;