Explorar el Código

Uncomment the BIG_ENDIAN bits. Had sneaked in...

Viral B. Shah hace 9 años
padre
commit
c6e03fa736
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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