소스 검색

Uncomment the BIG_ENDIAN bits. Had sneaked in...

Viral B. Shah 9 년 전
부모
커밋
c6e03fa736
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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