Module Name: src Committed By: rillig Date: Thu May 12 00:09:44 UTC 2022
Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile d_alignof.c msg_014.c msg_014.exp Added Files: src/tests/usr.bin/xlint/lint1: d_alignof.exp Log Message: tests/lint: adjust tests to reflect missing support of __alignof__ The change in lex.c 1.129 attempted to add support for __alignof, in addition to the existing support for __alignof__. It failed by removing support for __alignof__, while allowing the plain 'alignof' instead. To generate a diff of this commit: cvs rdiff -u -r1.1203 -r1.1204 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.121 -r1.122 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/d_alignof.c cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/d_alignof.exp cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/xlint/lint1/msg_014.c \ src/tests/usr.bin/xlint/lint1/msg_014.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.