diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-04-29 18:10:45 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-04-29 18:10:45 +0000 |
| commit | 93fa8833c7de99bd09f9eafb63a9d7e4cb7bb3d0 (patch) | |
| tree | 5b1c798dd594607e1d846c8f391c5199c7f1c287 | |
| parent | d9c55499e2716f26f097de5c7b01af55e93e6026 (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libstdc++/c++config.h | 2 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/c++config.h b/gnu/lib/libstdc++/c++config.h index 58bcb2457541..b630940bda1b 100644 --- a/gnu/lib/libstdc++/c++config.h +++ b/gnu/lib/libstdc++/c++config.h @@ -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 */ diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index 7cf13d10a6c2..f8a228a89d7e 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -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 */ |
