diff options
-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 */ + |