Module Name: src Committed By: rillig Date: Sat Jan 16 00:09:28 UTC 2021
Modified Files: src/usr.bin/xlint/lint2: Makefile Log Message: lint: fix LINTFLAGS for lint2 These have never worked since they report a syntax error in <sys/cdefs.h> just because there is an __inline over there. I wonder why it has been necessary at all to have custom LINTFLAGS for lint itself. It's just an ordinary program. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/xlint/lint2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.