From 520fec816cae763df2a3541edeee3a849951d547 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Fri, 11 Mar 2005 07:53:32 +0000 Subject: [PATCH] Back out the last commit. It turns out that this breaks more than it fixes. This should fix the buildworld breakage. --- usr.bin/make/parse.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 6a82429358ec..bb3653176521 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -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... */