Module Name: src Committed By: rillig Date: Sun Sep 27 11:53:04 UTC 2020
Modified Files: src/usr.bin/make: targ.c Log Message: make(1): inline Lst_ForEachUntil in Targ_PrintNodes Printing a node does not modify the structure of the node, therefore the additional housekeeping of Lst_ForEachUntil is not needed here. Inlining the callback function also removes a lot of pointer stuff that is more difficult to read than necessary. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 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.