Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/03/2008 22:14:54
Module Name:	src
Committed By:	dsl
Date:		Thu Jan  3 22:14:53 UTC 2008

Modified Files:
	src/usr.bin/make: parse.c

Log Message:
When we extend the buffer used to read makefiles (in order to read lines
longer than 32k) remember the new length so we DTRT for lines longer than 64k.
Should fix PR/37684


To generate a diff of this commit:
cvs rdiff -r1.142 -r1.143 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.