Module Name: src Committed By: rillig Date: Mon Jan 8 17:11:32 UTC 2024
Modified Files: src/tests/usr.bin/xlint/lint1: msg_141.c Log Message: tests/lint: fix overflow test for 32-bit platforms (since yesterday) Plain integer constants without suffix are first tried to fit into 'int', then 'long', but not 'long long'. This means that numbers larger than 32 bits must be written with the LL suffix. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/xlint/lint1/msg_141.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.