aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-30 17:51:16 +0000
committerRichard M. Stallman1993-06-30 17:51:16 +0000
commit88a64fef30d6b05afa8d433629254baffe0ff3e6 (patch)
treed0d85f413b743a02fbdb30b174054d886ac85140 /src
parent388348ae1f4f133db31941c821ab9496d26997d4 (diff)
downloademacs-88a64fef30d6b05afa8d433629254baffe0ff3e6.tar.gz
emacs-88a64fef30d6b05afa8d433629254baffe0ff3e6.zip
(PRIO_PROCESS): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
-rw-r--r--src/emacs.c2
2 files changed, 1 insertions, 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[];
35#endif /* SIGCLD */ 35#endif /* SIGCLD */
36 36
37#include <sys/types.h> 37#include <sys/types.h>
38#define PRIO_PROCESS 0 38
39#include <sys/file.h> 39#include <sys/file.h>
40#ifdef USG5 40#ifdef USG5
41#include <fcntl.h> 41#include <fcntl.h>
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. */
52#define O_RDWR 2 52#define O_RDWR 2
53#endif 53#endif
54 54
55#define PRIO_PROCESS 0
56
57/* Command line args from shell, as list of strings */ 55/* Command line args from shell, as list of strings */
58Lisp_Object Vcommand_line_args; 56Lisp_Object Vcommand_line_args;
59 57