(PRIO_PROCESS): Definition deleted.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Wed, 30 Jun 1993 17:51:16 +0000 |
parents |
565b67d1a9f9 |
children |
bfb5dd246441 |
files |
src/callproc.c src/emacs.c |
diffstat |
2 files changed, 1 insertions(+), 3 deletions(-)
[+]
|
line diff
--- 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 <sys/types.h>
-#define PRIO_PROCESS 0
+
#include <sys/file.h>
#ifdef USG5
#include <fcntl.h>
--- 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;