Module Name: src Committed By: rillig Date: Sun Oct 31 09:52:37 UTC 2021
Modified Files: src/usr.bin/indent: indent.h lexi.c Log Message: indent: clean up definition of keywords Rename kw_struct_or_union_or_enum to the shorter kw_tag. Merge kw_jump with kw_inline_or_restrict since they are handled in the same way. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.bin/indent/indent.h cvs rdiff -u -r1.118 -r1.119 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.