Module Name: src Committed By: rillig Date: Tue Jan 5 23:20:54 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: msg_324.c src/usr.bin/xlint/lint1: print.c Log Message: lint: remove redundant symbolic operator names These symbolic names for INCBEF, INCAFT, DECBEF and DECAFT were non-standard and thus confusing. All other operators were as expected. Now that the operator names from ops.def are very similar, there is no need to keep to almost identical lists around. No change to the user-visible messages since the only place where these operator names were used was in 324, and that message was restricted to PLUS, MINUS, MULT and SHL. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/msg_324.c cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/lint1/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.