*** indent-1.9.1/indent.c Sat Jan 29 18:14:02 1994 --- indent-1.9.1/indent.c.s-max Sat Nov 28 20:51:17 1998 *************** *** 1347,1353 **** buf_ptr++; } ! while (*buf_ptr != EOL || (in_comment && !had_eof)) { CHECK_LAB_SIZE; *e_lab = *buf_ptr++; --- 1347,1354 ---- buf_ptr++; } ! /* while (*buf_ptr != EOL || (in_comment && !had_eof)) */ ! while (!had_eof && ((*buf_ptr != EOL) || in_comment)) { CHECK_LAB_SIZE; *e_lab = *buf_ptr++;