]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286699:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Sep 2015 22:07:42 +0000 (22:07 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Sep 2015 22:07:42 +0000 (22:07 +0000)
commit0bdeb89e335884da85ca63834f2f4a99c2c36bcc
treed132fec12685b7ecede5c274086ac058dfc78fcc
parentfd0ccdea148c5f78b1497d262a23101c799094e9
MFC r286699:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@288133 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/gcclibs/libcpp/files.c