summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-04-29 18:10:45 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-04-29 18:10:45 +0000
commit93fa8833c7de99bd09f9eafb63a9d7e4cb7bb3d0 (patch)
tree5b1c798dd594607e1d846c8f391c5199c7f1c287
parentd9c55499e2716f26f097de5c7b01af55e93e6026 (diff)
Notes
-rw-r--r--gnu/lib/libstdc++/c++config.h2
-rw-r--r--gnu/lib/libstdc++/config.h2
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 */