Mercurial > hg > xemacs-beta
diff src/process.h @ 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 | 543769b89fed |
children | 19a72041c5ed e0db3c197671 |
line wrap: on
line diff
--- a/src/process.h Wed Nov 18 22:44:28 2009 +0900 +++ b/src/process.h Wed Nov 18 08:49:14 2009 -0700 @@ -22,20 +22,6 @@ #ifndef INCLUDED_process_h_ #define INCLUDED_process_h_ -#if defined (NO_SUBPROCESSES) -#undef XPROCESS -#undef CHECK_PROCESS -#define PROCESSP(x) 0 -#define PROCESS_LIVE_P(x) 0 -#define Fprocess_status(x) Qnil -#define Fget_process(x) Qnil -#define Fget_buffer_process(x) Qnil -#define kill_buffer_processes(x) 0 -#define close_process_descs() 0 -#define init_xemacs_process() 0 - -#else /* not NO_SUBPROCESSES */ - BEGIN_C_DECLS /* struct Lisp_Process is defined in procimpl.h; only process-*.c need @@ -122,8 +108,6 @@ END_C_DECLS -#endif /* not NO_SUBPROCESSES */ - /* The name of the file open to get a null file, or a data sink. MS-DOS, and OS/2 redefine this. */ #ifndef NULL_DEVICE