Module Name: src Committed By: rillig Date: Sun Aug 23 16:18:12 UTC 2020
Modified Files: src/usr.bin/make: lst.c Log Message: make(1): make navigating lists in debugging mode easier Lst is an untyped list of pointers. During debugging, it is often necessary to inspect the content of the list. To do this without manual typecasting, add a few aliases for the LstNode.datum pointer, for inspecting GNodes and strings. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/make/lst.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.