Fix type noticed by Peter Mazinger.
This commit is contained in:
@@ -3220,7 +3220,7 @@ diff -urN gcc-3.4.1-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.1/
|
|||||||
using std::wmemcpy;
|
using std::wmemcpy;
|
||||||
using std::wmemmove;
|
using std::wmemmove;
|
||||||
using std::wmemset;
|
using std::wmemset;
|
||||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||||
using std::wcsftime;
|
using std::wcsftime;
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
|
|||||||
@@ -3225,7 +3225,7 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.2/
|
|||||||
using std::wmemcpy;
|
using std::wmemcpy;
|
||||||
using std::wmemmove;
|
using std::wmemmove;
|
||||||
using std::wmemset;
|
using std::wmemset;
|
||||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||||
using std::wcsftime;
|
using std::wcsftime;
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user