Sat Feb 26 13:17:39 2022 UTC ()
ah, wiz added another endif.


(christos)
diff -r1.11 -r1.12 src/external/mit/expat/lib/libexpat/expat_config.h

cvs diff -r1.11 -r1.12 src/external/mit/expat/lib/libexpat/expat_config.h (expand / switch to unified diff)

--- src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/26 13:15:18 1.11
+++ src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/26 13:17:39 1.12
@@ -98,27 +98,26 @@ @@ -98,27 +98,26 @@
98#define VERSION "2.4.6" 98#define VERSION "2.4.6"
99 99
100/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 100/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
101 significant byte first (like Motorola and SPARC, unlike Intel). */ 101 significant byte first (like Motorola and SPARC, unlike Intel). */
102#if defined AC_APPLE_UNIVERSAL_BUILD 102#if defined AC_APPLE_UNIVERSAL_BUILD
103# if defined __BIG_ENDIAN__ 103# if defined __BIG_ENDIAN__
104# define WORDS_BIGENDIAN 1 104# define WORDS_BIGENDIAN 1
105# endif 105# endif
106#else 106#else
107# ifndef WORDS_BIGENDIAN 107# ifndef WORDS_BIGENDIAN
108/* # undef WORDS_BIGENDIAN */ 108/* # undef WORDS_BIGENDIAN */
109# endif 109# endif
110#endif 110#endif
111#endif 
112 111
113/* Define to allow retrieving the byte offsets for attribute names and values. 112/* Define to allow retrieving the byte offsets for attribute names and values.
114 */ 113 */
115/* #undef XML_ATTR_INFO */ 114/* #undef XML_ATTR_INFO */
116 115
117/* Define to specify how much context to retain around the current parse 116/* Define to specify how much context to retain around the current parse
118 point. */ 117 point. */
119#define XML_CONTEXT_BYTES 1024 118#define XML_CONTEXT_BYTES 1024
120 119
121/* Define to include code reading entropy from `/dev/urandom'. */ 120/* Define to include code reading entropy from `/dev/urandom'. */
122#define XML_DEV_URANDOM 1 121#define XML_DEV_URANDOM 1
123 122
124/* Define to make parameter entity parsing functionality available. */ 123/* Define to make parameter entity parsing functionality available. */