| Index: third_party/libxslt/libxslt/xsltconfig.h
|
| ===================================================================
|
| --- third_party/libxslt/libxslt/xsltconfig.h (revision 39981)
|
| +++ third_party/libxslt/libxslt/xsltconfig.h (working copy)
|
| @@ -20,21 +20,21 @@
|
| *
|
| * the version string like "1.2.3"
|
| */
|
| -#define LIBXSLT_DOTTED_VERSION "1.1.24"
|
| +#define LIBXSLT_DOTTED_VERSION "1.1.26"
|
|
|
| /**
|
| * LIBXSLT_VERSION:
|
| *
|
| * the version number: 1.2.3 value is 10203
|
| */
|
| -#define LIBXSLT_VERSION 10124
|
| +#define LIBXSLT_VERSION 10126
|
|
|
| /**
|
| * LIBXSLT_VERSION_STRING:
|
| *
|
| * the version number string, 1.2.3 value is "10203"
|
| */
|
| -#define LIBXSLT_VERSION_STRING "10124"
|
| +#define LIBXSLT_VERSION_STRING "10126"
|
|
|
| /**
|
| * LIBXSLT_VERSION_EXTRA:
|
| @@ -124,6 +124,19 @@
|
| #endif
|
|
|
| /**
|
| + * Locale support
|
| + */
|
| +#if 0
|
| +#ifndef XSLT_LOCALE_XLOCALE
|
| +#define XSLT_LOCALE_XLOCALE
|
| +#endif
|
| +#elif 0
|
| +#ifndef XSLT_LOCALE_WINAPI
|
| +#define XSLT_LOCALE_WINAPI
|
| +#endif
|
| +#endif
|
| +
|
| +/**
|
| * ATTRIBUTE_UNUSED:
|
| *
|
| * This macro is used to flag unused function parameters to GCC
|
|
|