Module Name: src
Committed By: rillig
Date: Fri Aug 21 07:04:31 UTC 2020
Modified Files:
src/usr.bin/make: lst.c
Log Message:
make(1): clean up list handling
Lst_Init never returns NULL. Casting postfix increment to void is
unnecessary since that is quite common. Found a last instance of a
local variable named 'nlnode'.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.