summaryrefslogtreecommitdiff
path: root/ghc/compiler/HsVersions.h
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-08-13 10:45:16 +0000
committersimonmar <unknown>2004-08-13 10:45:16 +0000
commit553e90d9a32ee1b1809430f260c401cc4169c6c7 (patch)
tree7e6f69ac798ab067b2d9ffecc8b9e642feaeb838 /ghc/compiler/HsVersions.h
parent1c82b947f92da21c57dcec6c65b570871e938f4c (diff)
downloadhaskell-553e90d9a32ee1b1809430f260c401cc4169c6c7.tar.gz
[project @ 2004-08-13 10:45:16 by simonmar]
Work around stricter CPP in gcc 3.4.1
Diffstat (limited to 'ghc/compiler/HsVersions.h')
-rw-r--r--ghc/compiler/HsVersions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/compiler/HsVersions.h b/ghc/compiler/HsVersions.h
index ff6e5ae186..1ba51b56a7 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 */
+