Fix type noticed by Peter Mazinger.
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 11 Sep 2004 12:13:30 +0000 (12:13 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 11 Sep 2004 12:13:30 +0000 (12:13 -0000)
sources/gcc/3.4.1/200-uclibc-locale.patch
sources/gcc/3.4.2/200-uclibc-locale.patch

index 0a041af60a1222452d10b1c8d3920061f5407cff..51cd7fc2e1b9efe80a01708a972d52985d266ef8 100644 (file)
@@ -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::wmemmove;
  using std::wmemset;
-+#if __GLIBCXX_HAVE_WCSFTIME
++#if _GLIBCXX_HAVE_WCSFTIME
  using std::wcsftime;
 +#endif
  
index 444678308129f44c892c1b8bd3760a8ce0f38b3d..3fc4900b06a203e73324f257c5518a6319268e2c 100644 (file)
@@ -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::wmemmove;
  using std::wmemset;
-+#if __GLIBCXX_HAVE_WCSFTIME
++#if _GLIBCXX_HAVE_WCSFTIME
  using std::wcsftime;
 +#endif