Enable wchar_t support in libstdc++.

This commit is contained in:
kan 2003-04-29 18:10:45 +00:00
parent ffeacbdf54
commit 6f4ed18bfc
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
#define _GLIBCPP_USE_C99 1
// Define if code specialized for wchar_t should be used.
/* #undef _GLIBCPP_USE_WCHAR_T */
#define _GLIBCPP_USE_WCHAR_T 1
// Define if using setrlimit to limit memory usage during 'make check'.
/* #undef _GLIBCPP_MEM_LIMITS */

View File

@ -16,7 +16,7 @@
#define _GLIBCPP_USE_C99 1
// Define if code specialized for wchar_t should be used.
/* #undef _GLIBCPP_USE_WCHAR_T */
#define _GLIBCPP_USE_WCHAR_T 1
// Define if using setrlimit to limit memory usage during 'make check'.
/* #undef _GLIBCPP_MEM_LIMITS */