Re: [xslt] Patch for xsl:sort lang support



Nick Wellnhofer wrote:
[SNIP]
What I meant is simply the following code when using xlocale.h

#ifdef __GLIBC__
typedef __locale_t xsltLocale;
#else
typedef locale_t xsltLocale;
#endif

without checking whether _GNU_SOURCE is defined at all. This should work with glibc in any case.
[SNIP]

Please find attached file libxslt-trunk-20080708.diff.gz.

Roumen

Attachment: libxslt-trunk-20080708.diff.gz
Description: application/gzip



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]