diff options
author | simonmar <unknown> | 2004-08-13 10:45:16 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-08-13 10:45:16 +0000 |
commit | 553e90d9a32ee1b1809430f260c401cc4169c6c7 (patch) | |
tree | 7e6f69ac798ab067b2d9ffecc8b9e642feaeb838 | |
parent | 1c82b947f92da21c57dcec6c65b570871e938f4c (diff) | |
download | haskell-553e90d9a32ee1b1809430f260c401cc4169c6c7.tar.gz |
[project @ 2004-08-13 10:45:16 by simonmar]
Work around stricter CPP in gcc 3.4.1
-rw-r--r-- | ghc/compiler/HsVersions.h | 3 |
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 */ + |