This commit is contained in:
ceriel 1987-02-06 11:09:26 +00:00
parent 17a2c4977e
commit 63af2a556b

View file

@ -3,7 +3,7 @@
_fillbuf(iop)
register FILE *iop;
{
unsigned char ch[_NFILES];
static unsigned char ch[_NFILES];
iop->_count = 0;
if (fileno(iop) < 0) return EOF;