Author: faridz
Date: Tue Feb  5 09:42:18 2008
New Revision: 618714

URL: http://svn.apache.org/viewvc?rev=618714&view=rev
Log:
2008-02-05 Farid Zaripov <[EMAIL PROTECTED]>

        STDCXX-698
        * etc/config/src/headers.inc: Removed duplicate of the wcstod.

Modified:
    stdcxx/branches/4.2.x/etc/config/src/headers.inc

Modified: stdcxx/branches/4.2.x/etc/config/src/headers.inc
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/src/headers.inc?rev=618714&r1=618713&r2=618714&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/src/headers.inc (original)
+++ stdcxx/branches/4.2.x/etc/config/src/headers.inc Tue Feb  5 09:42:18 2008
@@ -87,10 +87,9 @@
        wcschr((wchar_t*)0,0) wcscmp wcscoll wcscpy wcscspn wcsftime wcslen   \
        wcsncat wcsncmp wcsncpy wcspbrk((wchar_t*)0,(wchar_t*)0)              \
        wcsrchr((wchar_t*)0,0) wcsrtombs wcsspn                               \
-       wcsstr((wchar_t*)0,(wchar_t*)0) wcstod wcstod wcstof wcstok wcstol    \
-       wcstold wcstoll wcstoul wcstoull wcsxfrm wctob                        \
-       wmemchr((wchar_t*)0,0,0) wmemcmp wmemcpy wmemmove wmemset wprintf     \
-       wscanf"
+       wcsstr((wchar_t*)0,(wchar_t*)0) wcstod wcstof wcstok wcstol wcstold   \
+       wcstoll wcstoul wcstoull wcsxfrm wctob wmemchr((wchar_t*)0,0,0)       \
+       wmemcmp wmemcpy wmemmove wmemset wprintf wscanf"
 
 
 # wctype functions


Reply via email to