Chromium Code Reviews| Index: third_party/libxml/mac/include/libxml/xmlversion.h |
| diff --git a/third_party/libxml/mac/include/libxml/xmlversion.h b/third_party/libxml/mac/include/libxml/xmlversion.h |
| index bc7b4c48782c8e6f1a1aafce86a8641839450eb9..75cdc56a7890ddde93aa31adfe75da2ccc4cae82 100644 |
| --- a/third_party/libxml/mac/include/libxml/xmlversion.h |
| +++ b/third_party/libxml/mac/include/libxml/xmlversion.h |
| @@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); |
| * |
| * the version string like "1.2.3" |
| */ |
| -#define LIBXML_DOTTED_VERSION "2.9.3" |
| +#define LIBXML_DOTTED_VERSION "2.9.4" |
| /** |
| * LIBXML_VERSION: |
| * |
| * the version number: 1.2.3 value is 10203 |
| */ |
| -#define LIBXML_VERSION 20903 |
| +#define LIBXML_VERSION 20904 |
| /** |
| * LIBXML_VERSION_STRING: |
| * |
| * the version number string, 1.2.3 value is "10203" |
| */ |
| -#define LIBXML_VERSION_STRING "20903" |
| +#define LIBXML_VERSION_STRING "20904" |
| /** |
| * LIBXML_VERSION_EXTRA: |
| @@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); |
| * Macro to check that the libxml version in use is compatible with |
| * the version the software has been compiled against |
| */ |
| -#define LIBXML_TEST_VERSION xmlCheckVersion(20903); |
| +#define LIBXML_TEST_VERSION xmlCheckVersion(20904); |
| #ifndef VMS |
| #if 0 |
| @@ -282,7 +282,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version); |
| * |
| * Whether icu support is available |
| */ |
| -#if 1 |
| +#if 0 |
|
scottmg
2016/05/19 16:26:52
Was this intentional? It's 1 on Linux and Win stil
|
| #define LIBXML_ICU_ENABLED |
| #endif |