[net.unix] Another cpp bug

kendall@wjh12.UUCP (Kendall) (08/17/83)

There is another bug in the cpp.  The filename part of #line directives
should have the current include path prepended.  If a source file
#include's "dir/header.h", and dir/header.h has a statement
	#line 1 "newname.h"
then the cpp should output at that point NOT
	# 1 "newname.h"
but
	# 1 "dir/newname.h"

Has anyone fixed this bug?  It is not fixed in System V.

	Sam Kendall			{allegra,ihnp4}!wjh12!kendall
	Delft Consulting Corporation	  decvax!genrad!wjh12!kendall