summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-03-26 13:14:37 +0000
committerhallgren <hallgren@chalmers.se>2013-03-26 13:14:37 +0000
commit9faa3407ab22116bfcd0b3a4b1040176e4162bb6 (patch)
treea3266b1240bad7e416562c37f38693904579bb67 /src
parentdca51e7417f9e5a1adb4c0a3729a53e18dfb7dca (diff)
haddock bug workaround
Diffstat (limited to 'src')
-rw-r--r--src/runtime/haskell/Data/Binary.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/Data/Binary.hs b/src/runtime/haskell/Data/Binary.hs
index c8f04083a..4b3f06a80 100644
--- a/src/runtime/haskell/Data/Binary.hs
+++ b/src/runtime/haskell/Data/Binary.hs
@@ -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)