Remove #ifndef __cplusplus around wchar related stuff in include/wchar.h
authorHasso Tepper <hasso@dragonflybsd.org>
Mon, 10 Mar 2008 12:01:50 +0000 (12:01 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Mon, 10 Mar 2008 12:01:50 +0000 (12:01 +0000)
commitb9286c919de6585c967b8dbf2c472fba7b33f9f1
tree0359f3410bdc141b8a73494befd2949e193c4c52
parent4f7ea04692586c71be525ff2a0b563989a3c9f4c
Remove #ifndef __cplusplus around wchar related stuff in include/wchar.h
and sys/sys/stdint.h headers. It allows to build libstdc++ with std::w*
(wstring, wint_t etc) support.

Amongst others fixes building boost libraries with g++41.

Approved-by: corecode@
gnu/lib/gcc41/libstdc++/config.h
include/wchar.h
sys/sys/stdint.h