From 608b4a941ca509be625951252f76931b4d7d6d84 Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 13 Jan 2005 12:09:55 +0000 Subject: [PATCH] [project @ 2005-01-13 12:09:55 by ross] kludge for cpp's that don't like \ at end of line --- Data/IntSet.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/IntSet.hs b/Data/IntSet.hs index 7c66dbb..62a2491 100644 --- a/Data/IntSet.hs +++ b/Data/IntSet.hs @@ -153,7 +153,7 @@ shiftRL x i = shiftR x i * A "Nat" is a natural machine word (an unsigned Int) --------------------------------------------------------------------} import Data.Word -infixl 9 \\ +infixl 9 \\ -- comment to fool cpp type Nat = Word -- 1.7.10.4