Mercurial > hg > xemacs-beta
diff src/event-msw.c @ 535:c69610198c35
[xemacs-hg @ 2001-05-14 04:52:02 by martinb]
Eliminate the need to define HAVE_PTYS in s&m files.
author | martinb |
---|---|
date | Mon, 14 May 2001 04:52:49 +0000 |
parents | a0266879cecf |
children | 666d73d6ac56 |
line wrap: on
line diff
--- a/src/event-msw.c Mon May 14 04:16:19 2001 +0000 +++ b/src/event-msw.c Mon May 14 04:52:49 2001 +0000 @@ -3554,7 +3554,7 @@ ? make_filedesc_output_stream (fdo, 0, -1, LSTR_BLOCKED_OK) : Qnil); -#if defined(HAVE_UNIX_PROCESSES) && defined(HAVE_PTYS) +#if defined(HAVE_UNIX_PROCESSES) /* FLAGS is process->pty_flag for UNIX_PROCESSES */ if ((flags & STREAM_PTY_FLUSHING) && fdo >= 0) {