[project @ 2004-08-13 08:50:32 by simonmar]
authorsimonmar <unknown>
Fri, 13 Aug 2004 08:50:32 +0000 (08:50 +0000)
committersimonmar <unknown>
Fri, 13 Aug 2004 08:50:32 +0000 (08:50 +0000)
work around stricter CPP in GCC 3.4.1

Data/List.hs

index 5b8d767..90fccbe 100644 (file)
@@ -209,7 +209,7 @@ import GHC.List
 import GHC.Base
 #endif
 
-infix 5 \\ 
+infix 5 \\ -- comment to fool cpp
 
 -- -----------------------------------------------------------------------------
 -- List functions