mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 10:07:05 +08:00
PR libstdc++/33773 (cont)
2007-10-15 Paolo Carlini <pcarlini@suse.de> PR libstdc++/33773 (cont) * testsuite/21_strings/headers/cwchar/macros.cc: Guard with _GLIBCXX_USE_WCHAR_T, instead. From-SVN: r129316
This commit is contained in:
parent
93b4b4cc84
commit
488fa69898
@ -1,3 +1,9 @@
|
||||
2007-10-15 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/33773 (cont)
|
||||
* testsuite/21_strings/headers/cwchar/macros.cc: Guard with
|
||||
_GLIBCXX_USE_WCHAR_T, instead.
|
||||
|
||||
2007-10-15 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/33771
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <cwchar>
|
||||
|
||||
#ifdef _GLIBCXX_HAVE_WCHAR_H
|
||||
#ifdef _GLIBCXX_USE_WCHAR_T
|
||||
|
||||
namespace gnu
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user