cvs commit: src/include wchar.h src/sys/sys stdint.h src/gnu/lib/gcc41/libstdc++ config.h
Hasso Tepper
hasso at crater.dragonflybsd.org
Mon Mar 10 05:03:01 PDT 2008
hasso 2008/03/10 05:01:50 PDT
DragonFly src repository
Modified files:
include wchar.h
sys/sys stdint.h
gnu/lib/gcc41/libstdc++ config.h
Log:
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@
Revision Changes Path
1.11 +0 -2 src/include/wchar.h
1.4 +0 -2 src/sys/sys/stdint.h
1.2 +6 -6 src/gnu/lib/gcc41/libstdc++/config.h
http://www.dragonflybsd.org/cvsweb/src/include/wchar.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/stdint.h.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/gnu/lib/gcc41/libstdc++/config.h.diff?r1=1.1&r2=1.2&f=u
More information about the Commits
mailing list