Mercurial > hg > xemacs-beta
diff src/process.c @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | 157b30c96d03 |
children | 65c19d2020f7 |
line wrap: on
line diff
--- a/src/process.c Mon Aug 13 10:20:29 2007 +0200 +++ b/src/process.c Mon Aug 13 10:21:18 2007 +0200 @@ -102,9 +102,11 @@ output from the process is to read at least one char. Always -1 on systems that support FIONREAD. */ +#if 0 /* FSFmacs */ /* FSFmacs says: Don't make static; need to access externally. */ static int proc_buffered_char[MAXDESC]; +#endif #ifdef HAVE_PTYS /* The file name of the pty opened by allocate_pty. */ @@ -3232,7 +3234,9 @@ for (i = 0; i < MAXDESC; i++) { descriptor_to_process[i] = Qnil; +#if 0 /* FSFmacs */ proc_buffered_char[i] = -1; +#endif } }