Module Name: src Committed By: rillig Date: Sun Jan 3 21:12:03 UTC 2021
Modified Files: src/usr.bin/make: lst.h Log Message: make(1): remove anonymous union from struct ListNode Anonymous structs and unions have been introduced in C11. The code of make is supposed to be compatible with C90 though. The additional members were intended to be used during an interactive debugging session only and were thus not relevant to running the actual code. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/make/lst.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.