From: simonmar Date: Fri, 13 Aug 2004 08:50:32 +0000 (+0000) Subject: [project @ 2004-08-13 08:50:32 by simonmar] X-Git-Tag: nhc98-1-18-release~279 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=03a81a0fe33d91c0e7af6fab7e3be24b04e48712;p=ghc-base.git [project @ 2004-08-13 08:50:32 by simonmar] work around stricter CPP in GCC 3.4.1 --- 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