Skip to content

Commit

Permalink
Merge pull request #27 from ccrusius/solaris11
Browse files Browse the repository at this point in the history
Compile on Solaris 11 (Solaris 11 zone on SmartOS)
  • Loading branch information
staticfloat authored and ararslan committed Feb 3, 2017
1 parent 7ea9aa6 commit 5952f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/specfun/math_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* ints.
*/

#if _IEEE_WORD_ORDER == _BIG_ENDIAN
#if _IEEE_WORD_ORDER == _FPMATH_BIG_ENDIAN

typedef union
{
Expand All @@ -59,7 +59,7 @@ typedef union

#endif

#if _IEEE_WORD_ORDER == _LITTLE_ENDIAN
#if _IEEE_WORD_ORDER == _FPMATH_LITTLE_ENDIAN

typedef union
{
Expand Down

0 comments on commit 5952f40

Please sign in to comment.