Module Name: src Committed By: rillig Date: Sat Sep 12 16:38:19 UTC 2020
Modified Files: src/usr.bin/make: make.c nonints.h targ.c Log Message: make(1): fix API of Targ_PrintNode There was no need to export Targ_PrintNode at all. All the callers need is a high-level API for printing a single node or a list of nodes. The implementation detail that Targ_PrintNode was used as a callback to Lst_ForEach should have never leaked into the API. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.bin/make/make.c cvs rdiff -u -r1.112 -r1.113 src/usr.bin/make/nonints.h cvs rdiff -u -r1.86 -r1.87 src/usr.bin/make/targ.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.