fix build with long double
[m6w6/ext-psi] / m4 / wchar.m4
index 2d0a1ae83a5559427f0764b10e26799634751e45..c399a061cf2dfc1860fb9b1cf5a06334e8c1daef 100644 (file)
@@ -60,10 +60,10 @@ PSI_CHECK_WCHAR() {
        PSI_DECL(float wcstof, [(const wchar_t *nptr, wchar_t **endptr)])
        PSI_DECL(wchar_t *wcstok, [(wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)])
        PSI_DECL(long wcstol, [(const wchar_t *nptr, wchar_t **endptr, int base)])
        PSI_DECL(float wcstof, [(const wchar_t *nptr, wchar_t **endptr)])
        PSI_DECL(wchar_t *wcstok, [(wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)])
        PSI_DECL(long wcstol, [(const wchar_t *nptr, wchar_t **endptr, int base)])
-       dnl PSI_DECL(long double wcstold, [(const wchar_t *nptr, wchar_t **endptr)])
-       dnl PSI_DECL(long long wcstoll, [(const wchar_t *nptr, wchar_t **endptr, int base)])
+       PSI_DECL(long double wcstold, [(const wchar_t *nptr, wchar_t **endptr)])
+       PSI_DECL(long long wcstoll, [(const wchar_t *nptr, wchar_t **endptr, int base)])
        PSI_DECL(unsigned long wcstoul, [(const wchar_t *nptr, wchar_t **endptr, int base)])
        PSI_DECL(unsigned long wcstoul, [(const wchar_t *nptr, wchar_t **endptr, int base)])
-       dnl PSI_DECL(unsigned long long wcstoull, [(const wchar_t *nptr, wchar_t **endptr, int base)])
+       PSI_DECL(unsigned long long wcstoull, [(const wchar_t *nptr, wchar_t **endptr, int base)])
        PSI_DECL(int wcswidth, [(const wchar_t *s, size_t n)])
        PSI_DECL(size_t wcsxfrm, [(wchar_t *ws1, const wchar_t *ws2, size_t n)])
        PSI_DECL(size_t wcsxfrm_l, [(wchar_t *ws1, const wchar_t *ws2, size_t n, locale_t loc)])
        PSI_DECL(int wcswidth, [(const wchar_t *s, size_t n)])
        PSI_DECL(size_t wcsxfrm, [(wchar_t *ws1, const wchar_t *ws2, size_t n)])
        PSI_DECL(size_t wcsxfrm_l, [(wchar_t *ws1, const wchar_t *ws2, size_t n, locale_t loc)])