Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!rutgers!apple!amdahl!dacseg From: dacseg@uts.amdahl.com (Scott E. Garfinkle) Newsgroups: gnu.utils.bug Subject: indent 1.0 bug Message-ID: Date: 23 Jul 89 20:30:54 GMT Reply-To: dacseg@uts.amdahl.com (Scott E. Garfinkle) Distribution: gnu Organization: Amdahl Corporation, Sunnyvale CA Lines: 22 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;