bug fix
authorceriel <none@none>
Fri, 6 Feb 1987 11:09:26 +0000 (11:09 +0000)
committerceriel <none@none>
Fri, 6 Feb 1987 11:09:26 +0000 (11:09 +0000)
lang/cem/libcc/stdio/fillbuf.c

index b91b282..4e9d3e3 100644 (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;