[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xslt] Patch for xsl:sort lang support
- From: Roumen Petrov <bugtrack roumenpetrov info>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Cc: Daniel Veillard <veillard redhat com>
- Subject: Re: [xslt] Patch for xsl:sort lang support
- Date: Wed, 09 Jul 2008 00:12:44 +0300
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]