diff options
author | simonmar <unknown> | 2001-01-29 17:23:41 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-01-29 17:23:41 +0000 |
commit | ee3e75b51e5a86dda79bb990a83bfaa49915a22a (patch) | |
tree | 5080e94899a9e26ff6ee637e7af13ffd6474d302 /ghc/rts/Linker.c | |
parent | 489aed0633fced729097280d760db9d497481846 (diff) | |
download | haskell-ee3e75b51e5a86dda79bb990a83bfaa49915a22a.tar.gz |
[project @ 2001-01-29 17:23:40 by simonmar]
Remove the old Hugs CAF code, install our own (minimal, somewhat
cryptic, but better commented) CAF reversion story. See
Storage.c:newCaf() for the details.
Diffstat (limited to 'ghc/rts/Linker.c')
-rw-r--r-- | ghc/rts/Linker.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 07924a08ad..bbfdc370b6 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.14 2001/01/28 20:53:38 qrczak Exp $ + * $Id: Linker.c,v 1.15 2001/01/29 17:23:41 simonmar Exp $ * * (c) The GHC Team, 2000 * @@ -151,7 +151,6 @@ static int ocResolve_PEi386 ( ObjectCode* oc ); SymX(stg_WEAK_info) \ SymX(stg_CHARLIKE_closure) \ SymX(stg_INTLIKE_closure) \ - SymX(stg_CAF_UNENTERED_entry) \ SymX(newCAF) \ SymX(newBCOzh_fast) \ SymX(mkApUpd0zh_fast) \ |