From f6c6fcf8e82a1ac6ca3a9e23cf17e01ced38363d Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 10 Feb 2003 10:13:13 +0000 Subject: [PATCH] [project @ 2003-02-10 10:13:13 by simonmar] Add GHC_Ptr_FunPtr_con_info symbol in the other branch of the #ifdef, too. --- ghc/rts/rts.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/rts.conf.in b/ghc/rts/rts.conf.in index 046b8c3..13a84a3 100644 --- a/ghc/rts/rts.conf.in +++ b/ghc/rts/rts.conf.in @@ -88,6 +88,7 @@ Package { , "-u", "_GHCziFloat_Fzh_con_info" , "-u", "_GHCziFloat_Dzh_con_info" , "-u", "_GHCziPtr_Ptr_con_info" + , "-u", "_GHCziPtr_FunPtr_con_info" , "-u", "_GHCziStable_StablePtr_con_info" , "-u", "_GHCziBase_False_closure" , "-u", "_GHCziBase_True_closure" -- 1.7.10.4