From 553e90d9a32ee1b1809430f260c401cc4169c6c7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 Aug 2004 10:45:16 +0000 Subject: [PATCH] [project @ 2004-08-13 10:45:16 by simonmar] Work around stricter CPP in gcc 3.4.1 --- ghc/compiler/HsVersions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/HsVersions.h b/ghc/compiler/HsVersions.h index ff6e5ae..1ba51b5 100644 --- a/ghc/compiler/HsVersions.h +++ b/ghc/compiler/HsVersions.h @@ -91,4 +91,5 @@ import qualified FastString #define SLIT(x) (FastString.mkLitString# (x#)) #define FSLIT(x) (FastString.mkFastString# (x#)) -#endif // HSVERSIONS_H +#endif /* HsVersions.h */ + -- 1.7.10.4