Module Name: src Committed By: rillig Date: Thu Aug 19 20:08:25 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: clean up lex_integer_constant When lexing an integer constant, it does not make sense to check for 'struct', 'void' or other types. Furthermore, the constants were listed in some random-looking order, which made the code hard to read. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/lex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.