changeset 63132:2dd78739b46c

Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Jun 2005 15:28:27 +0000
parents 9ea9379c1208
children 2244564c10de
files src/process.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.h	Wed Jun 08 15:26:33 2005 +0000
+++ b/src/process.h	Wed Jun 08 15:28:27 2005 +0000
@@ -99,7 +99,6 @@
        generated, and can be changed by the function
        `set-process-fileter-multibyte'. */
     Lisp_Object filter_multibyte;
-#ifdef ADAPTIVE_READ_BUFFERING
     /* Should we delay reading output from this process.
        Initialized from `Vprocess_adaptive_read_buffering'.  */
     Lisp_Object adaptive_read_buffering;
@@ -112,7 +111,6 @@
     Lisp_Object read_output_delay;
     /* Skip reading this process on next read.  */
     Lisp_Object read_output_skip;
-#endif
 };
 
 /* Every field in the preceding structure except for the first two