summaryrefslogtreecommitdiff
path: root/ghc/rts/Linker.c
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-01-29 17:23:41 +0000
committersimonmar <unknown>2001-01-29 17:23:41 +0000
commitee3e75b51e5a86dda79bb990a83bfaa49915a22a (patch)
tree5080e94899a9e26ff6ee637e7af13ffd6474d302 /ghc/rts/Linker.c
parent489aed0633fced729097280d760db9d497481846 (diff)
downloadhaskell-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.c3
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) \