Sat Feb 26 13:15:19 2022 UTC ()
remove stray #if 0


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

cvs diff -r1.10 -r1.11 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 10:16:35 1.10
+++ src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/26 13:15:18 1.11
@@ -89,27 +89,26 @@ @@ -89,27 +89,26 @@
89/* Define to the version of this package. */ 89/* Define to the version of this package. */
90#define PACKAGE_VERSION "2.4.6" 90#define PACKAGE_VERSION "2.4.6"
91 91
92/* Define to 1 if all of the C90 standard headers exist (not just the ones 92/* Define to 1 if all of the C90 standard headers exist (not just the ones
93 required in a freestanding environment). This macro is provided for 93 required in a freestanding environment). This macro is provided for
94 backward compatibility; new code need not use it. */ 94 backward compatibility; new code need not use it. */
95#define STDC_HEADERS 1 95#define STDC_HEADERS 1
96 96
97/* Version number of package */ 97/* Version number of package */
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 0 
103#if defined AC_APPLE_UNIVERSAL_BUILD 102#if defined AC_APPLE_UNIVERSAL_BUILD
104# if defined __BIG_ENDIAN__ 103# if defined __BIG_ENDIAN__
105# define WORDS_BIGENDIAN 1 104# define WORDS_BIGENDIAN 1
106# endif 105# endif
107#else 106#else
108# ifndef WORDS_BIGENDIAN 107# ifndef WORDS_BIGENDIAN
109/* # undef WORDS_BIGENDIAN */ 108/* # undef WORDS_BIGENDIAN */
110# endif 109# endif
111#endif 110#endif
112#endif 111#endif
113 112
114/* Define to allow retrieving the byte offsets for attribute names and values. 113/* Define to allow retrieving the byte offsets for attribute names and values.
115 */ 114 */