Remove #ifndef __cplusplus around wchar related stuff in include/wchar.h
commit59ff6355d1791d12859c4c6e5534ae6682542eba
authorHasso Tepper <hasso@dragonflybsd.org>
Mon, 10 Mar 2008 12:01:50 +0000 (10 12:01 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Mon, 10 Mar 2008 12:01:50 +0000 (10 12:01 +0000)
tree665989311c51e6a90a2d65b2d72c46d3d16ad886
parentc025dfb384e752e32926b5fe43cb9c09e31daa9d
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