Searched hist:205954 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/include/
H A Dinttypes.hdiff 205954 Wed Mar 31 00:18:55 MDT 2010 jmallett Be like stdlib.h and bring in a wchar_t definition and use it to prototype
wcstoimax and wcstoumax, rather than spelling it __wchar_t. This is necessary
to use these functions in C++ where wchar_t is different to __wchar_t and is
a built-in type.

It may be better to use __wchar_t here and to simply define __wchar_t as being
wchar_t in C++ mode rather than to bring in wchar_t, but this is less invasive
and follows our existing practice, and restores wchar_t usage in this file to
what it was before r1.8.

Completed in 48 milliseconds