dacseg@uts.amdahl.com (Scott E. Garfinkle) (07/24/89)
There is an incorect declaration bug in io.c that needs fixing, or EOF will
be missed on many systems.
*** io.c- Sun Jul 23 13:28:25 1989
--- io.c Sun Jul 23 13:10:40 1989
***************
*** 377,383 ****
read_stdin()
{
unsigned int alloc_size = 10000;
! char ch;
unsigned int pos;
unsigned i;
--- 377,383 ----
read_stdin()
{
unsigned int alloc_size = 10000;
! int ch;
unsigned int pos;
unsigned i;