Module Name: src Committed By: rillig Date: Mon May 3 07:25:08 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: reduce redundancy when defining GCC attributes This macro would have prevented the unintended inconsistency in the attribute 'pcs' (for ARM). No functional change. The generated code is the same, except for the line numbers in lint_assert. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 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.