Skip to content

Commit 5952f40

Browse files
staticfloatararslan
authored andcommitted
Merge pull request #27 from ccrusius/solaris11
Compile on Solaris 11 (Solaris 11 zone on SmartOS)
1 parent 7ea9aa6 commit 5952f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/specfun/math_private.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* ints.
4242
*/
4343

44-
#if _IEEE_WORD_ORDER == _BIG_ENDIAN
44+
#if _IEEE_WORD_ORDER == _FPMATH_BIG_ENDIAN
4545

4646
typedef union
4747
{
@@ -59,7 +59,7 @@ typedef union
5959

6060
#endif
6161

62-
#if _IEEE_WORD_ORDER == _LITTLE_ENDIAN
62+
#if _IEEE_WORD_ORDER == _FPMATH_LITTLE_ENDIAN
6363

6464
typedef union
6565
{

0 commit comments

Comments
 (0)