Prechádzať zdrojové kódy

Uncomment the BIG_ENDIAN bits. Had sneaked in...

Viral B. Shah 9 rokov pred
rodič
commit
c6e03fa736
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      src/math_private.h

+ 1 - 2
src/math_private.h

@@ -50,7 +50,6 @@
 #define	IEEE_WORD_ORDER	BYTE_ORDER
 #endif
 
-/*
 #if IEEE_WORD_ORDER == BIG_ENDIAN
 
 typedef union
@@ -68,7 +67,7 @@ typedef union
 } ieee_double_shape_type;
 
 #endif
-*/
+
 #if IEEE_WORD_ORDER == LITTLE_ENDIAN
 
 typedef union