Module Name:    src
Committed By:   rillig
Date:           Sun Oct  3 20:35:59 UTC 2021

Modified Files:
        src/usr.bin/indent: lexi.c

Log Message:
indent: fix lint warning about signed '>>'

Lint couldn't infer that indent's list of type names will practically
never contain more that 2 billion entries and that the result of '>>'
would be the same in all cases.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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.

Reply via email to