]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on
authordim <dim@FreeBSD.org>
Wed, 12 Aug 2015 20:16:13 +0000 (20:16 +0000)
committerdim <dim@FreeBSD.org>
Wed, 12 Aug 2015 20:16:13 +0000 (20:16 +0000)
commita83dfa76512c701e26ed4be2b780506a15072e65
treef77ee2f9842cea4c41cce72c931c7a681ad3a4e6
parent7dae5ce3714095f9a7aeab4a6912750cffcdf5ec
In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on
undefined behavior.  The code used this macro to avoid problems on some
broken systems which define SSIZE_MAX incorrectly, but this is not
needed on FreeBSD, obviously.

MFC after: 3 days
contrib/gcclibs/libcpp/files.c