Module Name: src Committed By: rillig Date: Sun Jun 25 19:35:45 UTC 2023
Modified Files: src/usr.bin/indent: indent.c lexi.c Log Message: indent: move cast detection from the lexer to the main processor It is not the job of the lexer to modify the parser state. To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 src/usr.bin/indent/indent.c cvs rdiff -u -r1.235 -r1.236 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.