mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 02:24:40 +01:00
Adrien Destugues
4319c0ca13
gcc2: fix LDBL_MIN, LDBL_MAX, and LDBL_EPSILON
While the union trick used there gave the correct results, it made the defines non-constants so they couldn't be used properly in some cases. In particular, this makes the testsuite for gettext and some other GNU packages fail as they explicitly test for these being constants.
Description
No description provided
Languages
C
38.1%
C++
21.3%
Makefile
9.1%
Ada
7.7%
D
4.3%
Other
18.8%