From: simonmar Date: Fri, 13 Aug 2004 10:45:16 +0000 (+0000) Subject: [project @ 2004-08-13 10:45:16 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1748 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git [project @ 2004-08-13 10:45:16 by simonmar] Work around stricter CPP in gcc 3.4.1 --- 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 */ +