1
0
forked from GitHub/gf-core

haddock bug workaround

This commit is contained in:
hallgren
2013-03-26 13:14:37 +00:00
parent af53e6e31b
commit 1a64436d78

View File

@@ -368,7 +368,7 @@ instance Binary Word where
put (b .|. 0x80)
put (c .|. 0x80)
put d
-- #if WORD_SIZE_IN_BITS < 64
-- -- #if WORD_SIZE_IN_BITS < 64
| otherwise = do put (a .|. 0x80)
put (b .|. 0x80)
put (c .|. 0x80)