Module Name: src Committed By: rillig Date: Sat Apr 9 13:38:17 UTC 2022
Modified Files: src/usr.bin/xlint/lint1: cgram.y debug.c decl.c func.c lex.c lint1.h tree.c Log Message: lint: inline member access macros for sym_t Having the 'u.' explicitly in the code serves as a reminder that these members are only defined under certain conditions. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.388 -r1.389 src/usr.bin/xlint/lint1/cgram.y cvs rdiff -u -r1.11 -r1.12 src/usr.bin/xlint/lint1/debug.c cvs rdiff -u -r1.270 -r1.271 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.130 -r1.131 src/usr.bin/xlint/lint1/func.c cvs rdiff -u -r1.115 -r1.116 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.144 -r1.145 src/usr.bin/xlint/lint1/lint1.h cvs rdiff -u -r1.419 -r1.420 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.