From: ross Date: Thu, 13 Jan 2005 12:26:50 +0000 (+0000) Subject: [project @ 2005-01-13 12:26:50 by ross] X-Git-Tag: nhc98-1-18-release~115 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3b4368f9022e58ff7bdd16777df2b83f467326c1;p=ghc-base.git [project @ 2005-01-13 12:26:50 by ross] another cpp hack (that infix declaration occurs 3 times!) --- diff --git a/Data/IntSet.hs b/Data/IntSet.hs index 62a2491..3e940f7 100644 --- a/Data/IntSet.hs +++ b/Data/IntSet.hs @@ -134,7 +134,7 @@ shiftRL (W# x) (I# i) * Newer Hugs defines 'Word' in the Prelude but no operations. --------------------------------------------------------------------} import Data.Word -infixl 9 \\ +infixl 9 \\ -- comment to fool cpp type Nat = Word32 -- illegal on 64-bit platforms!