comparison src/emacs.c @ 3932:9a411d86ca72

(PRIO_PROCESS): Definition deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Jun 1993 17:51:16 +0000
parents 85652925d5b8
children fd9865b5a41e
comparison
equal deleted inserted replaced
3931:565b67d1a9f9 3932:9a411d86ca72
49 #include "syssignal.h" 49 #include "syssignal.h"
50 50
51 #ifndef O_RDWR 51 #ifndef O_RDWR
52 #define O_RDWR 2 52 #define O_RDWR 2
53 #endif 53 #endif
54
55 #define PRIO_PROCESS 0
56 54
57 /* Command line args from shell, as list of strings */ 55 /* Command line args from shell, as list of strings */
58 Lisp_Object Vcommand_line_args; 56 Lisp_Object Vcommand_line_args;
59 57
60 /* The name under which Emacs was invoked, with any leading directory 58 /* The name under which Emacs was invoked, with any leading directory