diff options
author | Expat Upstream <kwrobot@kitware.com> | 2020-10-03 15:14:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-10-05 13:06:45 (GMT) |
commit | 79d5048a80eeb843e63f7aef50cf683a3e030294 (patch) | |
tree | 997e8957dfba82baa6dfd8b8f8cf7ba032c7108b /lib/expat.h | |
parent | 1712885b4f68093e4e30e5e9e979ac0611030608 (diff) | |
download | CMake-79d5048a80eeb843e63f7aef50cf683a3e030294.zip CMake-79d5048a80eeb843e63f7aef50cf683a3e030294.tar.gz CMake-79d5048a80eeb843e63f7aef50cf683a3e030294.tar.bz2 |
expat 2020-10-03 (162e16b0)
Code extracted from:
https://github.com/libexpat/libexpat.git
at commit 162e16b0a7392a20ecdb2a4d0d13b5a03a7b2380 (R_2_2_10).
Diffstat (limited to 'lib/expat.h')
-rw-r--r-- | lib/expat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/expat.h b/lib/expat.h index 48a6e2a..cb828db 100644 --- a/lib/expat.h +++ b/lib/expat.h @@ -318,7 +318,7 @@ typedef void(XMLCALL *XML_EndDoctypeDeclHandler)(void *userData); For internal entities (<!ENTITY foo "bar">), value will be non-NULL and systemId, publicID, and notationName will be NULL. - The value string is NOT nul-terminated; the length is provided in + The value string is NOT null-terminated; the length is provided in the value_length argument. Since it is legal to have zero-length values, do not use this argument to test for internal entities. @@ -707,7 +707,7 @@ XML_GetBase(XML_Parser parser); /* Returns the number of the attribute/value pairs passed in last call to the XML_StartElementHandler that were specified in the start-tag rather than defaulted. Each attribute/value pair counts as 2; thus - this correspondds to an index into the atts array passed to the + this corresponds to an index into the atts array passed to the XML_StartElementHandler. Returns -1 if parser == NULL. */ XMLPARSEAPI(int) @@ -716,7 +716,7 @@ XML_GetSpecifiedAttributeCount(XML_Parser parser); /* Returns the index of the ID attribute passed in the last call to XML_StartElementHandler, or -1 if there is no ID attribute or parser == NULL. Each attribute/value pair counts as 2; thus this - correspondds to an index into the atts array passed to the + corresponds to an index into the atts array passed to the XML_StartElementHandler. */ XMLPARSEAPI(int) @@ -1015,7 +1015,7 @@ XML_GetFeatureList(void); */ #define XML_MAJOR_VERSION 2 #define XML_MINOR_VERSION 2 -#define XML_MICRO_VERSION 9 +#define XML_MICRO_VERSION 10 #ifdef __cplusplus } |