Module Name: src Committed By: rillig Date: Sun Oct 31 10:00:38 UTC 2021
Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: add separate lexer symbol for sizeof The plan is to get rid of the type keyword_kind, which largely overlaps with lexer_symbol. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/indent/indent.c cvs rdiff -u -r1.68 -r1.69 src/usr.bin/indent/indent.h cvs rdiff -u -r1.119 -r1.120 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.