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

_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to