K 10 svn:author V 2 ed K 8 svn:date V 27 2016-07-28T09:50:19.325918Z K 7 svn:log V 333 Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t. POSIX requires that MB_CUR_MAX expands to an expression of type size_t. It currently expands to an int. As these are already macros, don't change the underlying type of these functions. There is no ned to touch those. Differential Revision: https://reviews.freebsd.org/D6645 END