summaryrefslogtreecommitdiffstats
path: root/Utilities/cmexpat/lib/expat.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-07 14:10:14 (GMT)
committerBrad King <brad.king@kitware.com>2017-08-07 14:19:30 (GMT)
commit44e5fb9c7ea3e3b0288cc24ec85554112e966d73 (patch)
tree32f6032ff5567c0f1cda418817d3b113df265af5 /Utilities/cmexpat/lib/expat.h
parent6276ec3726ce4bb92748b0a70b1102e38924b626 (diff)
parent7e08602c761cabe75c557eacf738b716a4a1e18a (diff)
downloadCMake-44e5fb9c7ea3e3b0288cc24ec85554112e966d73.zip
CMake-44e5fb9c7ea3e3b0288cc24ec85554112e966d73.tar.gz
CMake-44e5fb9c7ea3e3b0288cc24ec85554112e966d73.tar.bz2
Merge branch 'upstream-expat' into update-expat
* upstream-expat: expat 2017-08-02 (97c6bd01)
Diffstat (limited to 'Utilities/cmexpat/lib/expat.h')
-rw-r--r--Utilities/cmexpat/lib/expat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Utilities/cmexpat/lib/expat.h b/Utilities/cmexpat/lib/expat.h
index 28b0f95..7e5bbb7 100644
--- a/Utilities/cmexpat/lib/expat.h
+++ b/Utilities/cmexpat/lib/expat.h
@@ -24,7 +24,6 @@ extern "C" {
struct XML_ParserStruct;
typedef struct XML_ParserStruct *XML_Parser;
-/* Should this be defined using stdbool.h when C99 is available? */
typedef unsigned char XML_Bool;
#define XML_TRUE ((XML_Bool) 1)
#define XML_FALSE ((XML_Bool) 0)
@@ -1049,7 +1048,7 @@ XML_GetFeatureList(void);
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 2
-#define XML_MICRO_VERSION 1
+#define XML_MICRO_VERSION 3
#ifdef __cplusplus
}