Module Name: src Committed By: rillig Date: Sun Oct 31 19:20:53 UTC 2021
Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename lsym_type to better reflect reality Type names that occur in parentheses are parsed as lsym_ident having the subtype kw_type instead. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/indent/fmt_decl.c cvs rdiff -u -r1.198 -r1.199 src/usr.bin/indent/indent.c cvs rdiff -u -r1.70 -r1.71 src/usr.bin/indent/indent.h cvs rdiff -u -r1.123 -r1.124 src/usr.bin/indent/lexi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.