comparison src/process.c @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents 428d7c571110
children b3ea9c582280 e0db3c197671
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
32 32
33 callproc.c deleted entirely 5-23-02, Ben Wing. Good riddance! 33 callproc.c deleted entirely 5-23-02, Ben Wing. Good riddance!
34 */ 34 */
35 35
36 #include <config.h> 36 #include <config.h>
37
38 #if defined (NO_SUBPROCESSES)
39 #error "We don't support this anymore."
40 #endif
41 37
42 #include "lisp.h" 38 #include "lisp.h"
43 39
44 #include "buffer.h" 40 #include "buffer.h"
45 #include "commands.h" 41 #include "commands.h"