summaryrefslogtreecommitdiff
path: root/ghc/compiler/HsVersions.h
diff options
context:
space:
mode:
authorpartain <unknown>1996-06-11 13:20:53 +0000
committerpartain <unknown>1996-06-11 13:20:53 +0000
commitae45ff0e9831a0dc862a5d68d03e355d7e323c62 (patch)
tree1b9722084a0c2d04f15f3016bb0f03bbf3b41e27 /ghc/compiler/HsVersions.h
parente7498a3ee1d0484d02a9e86633cc179c76ebf36e (diff)
downloadhaskell-ae45ff0e9831a0dc862a5d68d03e355d7e323c62.tar.gz
[project @ 1996-06-11 13:18:54 by partain]
SLPJ changes to 960611
Diffstat (limited to 'ghc/compiler/HsVersions.h')
-rw-r--r--ghc/compiler/HsVersions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/HsVersions.h b/ghc/compiler/HsVersions.h
index 23d67ebe50..f61a2a4c4b 100644
--- a/ghc/compiler/HsVersions.h
+++ b/ghc/compiler/HsVersions.h
@@ -99,7 +99,7 @@ you will screw up the layout where they are used in case expressions!
#endif {- ! __GLASGOW_HASKELL__ -}
-#if __GLASGOW_HASKELL__ >= 23 && __GLASGOW_HASKELL__ < 200
+#if __GLASGOW_HASKELL__ >= 23
#define USE_FAST_STRINGS 1
#define FAST_STRING _PackedString
#define SLIT(x) (_packCString (A# x#))