diff options
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) \ |