From 03a81a0fe33d91c0e7af6fab7e3be24b04e48712 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 Aug 2004 08:50:32 +0000 Subject: [PATCH] [project @ 2004-08-13 08:50:32 by simonmar] work around stricter CPP in GCC 3.4.1 --- Data/List.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/List.hs b/Data/List.hs index 5b8d767..90fccbe 100644 --- a/Data/List.hs +++ b/Data/List.hs @@ -209,7 +209,7 @@ import GHC.List import GHC.Base #endif -infix 5 \\ +infix 5 \\ -- comment to fool cpp -- ----------------------------------------------------------------------------- -- List functions -- 1.7.10.4