*** util.c.orig Tue Aug 11 16:49:28 1998 --- util.c Tue Aug 11 16:51:01 1998 *************** *** 576,586 **** --- 576,588 ---- } while(1) { + /*** patch RW 01/23/98 -- breaks some "require" directives! if((c == '\t') || (c == ' ')) { s[i++] = ' '; while((c == '\t') || (c == ' ')) c = getc(f); } + ***/ if(c == CR) { c = getc(f); }