]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wctob.c
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
[thirdparty/glibc.git] / wcsmbs / wctob.c
index 5dfbd7ab7e4141c7e7d6a539dcca2785bb5b615b..63764d1425dc7108cfc2ab529d2e7657133c3763 100644 (file)
@@ -63,10 +63,8 @@ wctob (wint_t c)
 
   const unsigned char *argptr = (const unsigned char *) inptr;
   __gconv_fct fct = fcts->tomb->__fct;
-#ifdef PTR_DEMANGLE
   if (fcts->tomb->__shlib_handle != NULL)
     PTR_DEMANGLE (fct);
-#endif
   status = DL_CALL_FCT (fct,
                        (fcts->tomb, &data, &argptr,
                         argptr + sizeof (inbuf[0]), NULL, &dummy, 0, 1));