K 10 svn:author V 3 dim K 8 svn:date V 27 2015-08-12T20:16:13.929137Z K 7 svn:log V 261 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 END