K 10 svn:author V 3 dim K 8 svn:date V 27 2015-09-22T22:07:42.109096Z K 7 svn:log V 256 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. END