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 unused definitions, a...



details:   https://anonhg.NetBSD.org/src/rev/f5148db242a2
branches:  trunk
changeset: 459596:f5148db242a2
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Sep 16 11:50:55 2019 +0000

description:
Remove unused definitions, as they are architecture-specific.

Thanks joerg for the heads up.

diffstat:

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

diffs (32 lines):

diff -r 2f8a7892bb36 -r f5148db242a2 external/mit/expat/lib/libexpat/expat_config.h
--- a/external/mit/expat/lib/libexpat/expat_config.h    Mon Sep 16 11:11:34 2019 +0000
+++ b/external/mit/expat/lib/libexpat/expat_config.h    Mon Sep 16 11:50:55 2019 +0000
@@ -4,9 +4,6 @@
 /* Define if building universal (internal helper macro) */
 /* #undef AC_APPLE_UNIVERSAL_BUILD */
 
-/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
-#define BYTEORDER 1234
-
 /* Define to 1 if you have the `arc4random' function. */
 /* #undef HAVE_ARC4RANDOM */
 
@@ -94,18 +91,6 @@
 /* Version number of package */
 #define VERSION "2.2.8"
 
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
-   significant byte first (like Motorola and SPARC, unlike Intel). */
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-#  define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-/* #  undef WORDS_BIGENDIAN */
-# endif
-#endif
-
 /* Define to allow retrieving the byte offsets for attribute names and values.
    */
 /* #undef XML_ATTR_INFO */



Home | Main Index | Thread Index | Old Index