[project @ 1999-11-01 11:01:11 by sewardj]
authorsewardj <unknown>
Mon, 1 Nov 1999 11:01:13 +0000 (11:01 +0000)
committersewardj <unknown>
Mon, 1 Nov 1999 11:01:13 +0000 (11:01 +0000)
commit36c0b5de339d1153c76c961b7e6829321d286d06
tree788118f54040fba4f7a45a51e4be5b19d61306d0
parent1bdc720546a63067a2fe17da6489435063792528
[project @ 1999-11-01 11:01:11 by sewardj]
Fix codegen bug causing cg028.hs to fail.  namePmDouble was not bound
to anything, which caused translations of patterns containing doubles
to contain NILs.  Also bound namePmInteger since it didn't seem to be
bound to anything.
ghc/interpreter/lib/Prelude.hs
ghc/interpreter/link.c
ghc/lib/hugs/Prelude.hs