Skip to content

Commit

Permalink
reverse polarity of an if.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Dec 15, 2023
1 parent 3662f59 commit 1979578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Bits/Floating/Prim.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ import GHC.Exts (Word64#, Word32#)
import GHC.Exts (Word#)
#define WORD64 Word
#if MIN_VERSION_base(4,15,0)
#define WORD32 Word
#else
import GHC.Exts (Word32#)
#define WORD32 Word32
#else
#define WORD32 Word
#endif
#else
#error non-X86_64 architectures not supported
Expand Down

0 comments on commit 1979578

Please sign in to comment.