diff options
author | simonpj <unknown> | 1996-12-19 09:14:20 +0000 |
---|---|---|
committer | simonpj <unknown> | 1996-12-19 09:14:20 +0000 |
commit | 7a3bd641457666e10d0a47be9f22762e03defbf0 (patch) | |
tree | f08abd7c4d863953337d582a582722a286c49f63 /ghc/compiler/HsVersions.h | |
parent | f65044d135ef61bee82a6c9767235f6780bdf00e (diff) | |
download | haskell-7a3bd641457666e10d0a47be9f22762e03defbf0.tar.gz |
[project @ 1996-12-19 09:10:02 by simonpj]
SLPJ new renamer and lots more
Diffstat (limited to 'ghc/compiler/HsVersions.h')
-rw-r--r-- | ghc/compiler/HsVersions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/HsVersions.h b/ghc/compiler/HsVersions.h index d64c74b06e..c630c8dcfa 100644 --- a/ghc/compiler/HsVersions.h +++ b/ghc/compiler/HsVersions.h @@ -110,6 +110,7 @@ you will screw up the layout where they are used in case expressions! # define FAST_STRING _PackedString # define SLIT(x) (_packCString (A# x#)) # define _CMP_STRING_ cmpPString + /* cmpPString defined in utils/Util.lhs */ # define _NULL_ _nullPS # define _NIL_ _nilPS # define _CONS_ _consPS |