K 10 svn:author V 5 steve K 8 svn:date V 27 1996-09-25T02:55:49.000000Z K 7 svn:log V 313 Fix for PR# 1231, make(1) execution of ``.BEGIN'' does not halt on error. Thanks to Wolfram for reminding me. ;) Also remove a unnecessary test for c == '\n', since the loop (in ParseSkipLine) will not terminate unless c == '\n' || c == EOF, and the EOF case is already explicted handled by a return statement. END