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



Hi Daniel,
Please, could you apply attached patch.

Nick Wellnhofer wrote:
Roumen Petrov wrote:
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

Thanks, very nice. I just tested it and it works for me.

Nick


Roumen
P.S.: The attached file "libxslt-trunk-20080729.diff.gz" is same as previously posted *20080708.diff.gz but updated to the current trunk revision 1486.

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



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