From 93fa8833c7de99bd09f9eafb63a9d7e4cb7bb3d0 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Tue, 29 Apr 2003 18:10:45 +0000 Subject: [PATCH] Enable wchar_t support in libstdc++. --- gnu/lib/libstdc++/c++config.h | 2 +- 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 58bcb245754..b630940bda1 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 7cf13d10a6c..f8a228a89d7 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 */