Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/expat/lib/libexpat remove stray #if 0



details:   https://anonhg.NetBSD.org/src/rev/c80090e242ce
branches:  trunk
changeset: 362027:c80090e242ce
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 26 13:15:18 2022 +0000

description:
remove stray #if 0

diffstat:

 external/mit/expat/lib/libexpat/expat_config.h |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 36d0f39f50fc -r c80090e242ce external/mit/expat/lib/libexpat/expat_config.h
--- a/external/mit/expat/lib/libexpat/expat_config.h    Sat Feb 26 11:57:21 2022 +0000
+++ b/external/mit/expat/lib/libexpat/expat_config.h    Sat Feb 26 13:15:18 2022 +0000
@@ -99,7 +99,6 @@
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
-#if 0
 #if defined AC_APPLE_UNIVERSAL_BUILD
 # if defined __BIG_ENDIAN__
 #  define WORDS_BIGENDIAN 1



Home | Main Index | Thread Index | Old Index