Module Name: src Committed By: rillig Date: Fri Aug 21 06:38:30 UTC 2020
Modified Files: src/usr.bin/make: lst.c Log Message: make(1): use shorter field names in Lst and LstNode In a doubly linked list, it is commonly known that the 'prev' and 'next' fields of the nodes are pointers to other nodes, therefore this does not need to be repeated in the variable name. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 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.