Back out the last commit. It turns out that this breaks more than

it fixes. This should fix the buildworld breakage.
This commit is contained in:
Hartmut Brandt 2005-03-11 07:53:32 +00:00
parent 0334071a83
commit 520fec816c

View File

@ -2534,9 +2534,6 @@ Parse_File(char *name, FILE *stream)
free(line);
}
/* finish the last line also (if there was one) */
ParseFinishLine();
/*
* Reached EOF, but it may be just EOF of an include file...
*/