Module Name: src
Committed By: rillig
Date: Sat Jul 2 11:17:54 UTC 2022
Modified Files:
src/usr.bin/xlint/lint1: err.c
Log Message:
lint: allow message IDs to be only specified in decimal
The message IDs are communicated in decimal everywhere, there's no point
in passing '-X 0x00000084' instead of the clearer '-X 132'.
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/usr.bin/xlint/lint1/err.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.