Module Name: src Committed By: rillig Date: Sun Jun 4 12:46:57 UTC 2023
Modified Files: src/tests/usr.bin/indent: lsym_case_label.c src/usr.bin/indent: debug.c indent.c indent.h lexi.c Log Message: lint: use separate lexer symbols for 'case' and 'default' It's not strictly necessary since these tokens behave in the same way, still, the code is more straight-forward when there are separate tokens. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/indent/lsym_case_label.c cvs rdiff -u -r1.29 -r1.30 src/usr.bin/indent/debug.c cvs rdiff -u -r1.321 -r1.322 src/usr.bin/indent/indent.c cvs rdiff -u -r1.166 -r1.167 src/usr.bin/indent/indent.h cvs rdiff -u -r1.209 -r1.210 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.