Module Name: src Committed By: rillig Date: Sun Jan 8 22:46:00 UTC 2023
Modified Files: src/usr.bin/xlint/lint1: lex.c scan.l Log Message: lint: document how reading tokens from the input works Rename inpc to read_byte, to make the name more expressive. Since C99, lint is no longer required to use overly short identifiers. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.136 -r1.137 src/usr.bin/xlint/lint1/scan.l Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.