Module Name: src Committed By: rillig Date: Sun Aug 1 21:12:32 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: c11_generic_expression.c Log Message: tests/lint: fix test c11_generic_expression on ILP32 These platforms don't provide __uint128_t, at least not in lint. The exact data type does not matter in this test, it just has to be different from 'int'. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/tests/usr.bin/xlint/lint1/c11_generic_expression.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.