]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/endian.h
xnu-792.6.22.tar.gz
[apple/xnu.git] / osfmk / ppc / endian.h
index 5ff26263ea208abcc56b2eb0d8d7cdac3ac5c884..b162f0f38f6e3b1b1d7c2d6dc8db03ee8d791435 100644 (file)
@@ -35,7 +35,7 @@
 #define        BIG_ENDIAN      4321    /* most-significant byte first (IBM, net) */
 #define        PDP_ENDIAN      3412    /* LSB first in word, MSW first in long (pdp) */
 
 #define        BIG_ENDIAN      4321    /* most-significant byte first (IBM, net) */
 #define        PDP_ENDIAN      3412    /* LSB first in word, MSW first in long (pdp) */
 
-#if _BIG_ENDIAN                        /* Predefined by compiler */
+#ifdef __BIG_ENDIAN__                  /* Predefined by compiler */
 #define        BYTE_ORDER      BIG_ENDIAN      /* byte order we use on ppc */
 #define ENDIAN         BIG
 #else
 #define        BYTE_ORDER      BIG_ENDIAN      /* byte order we use on ppc */
 #define ENDIAN         BIG
 #else