From 0d13b281ca8939b0dc281a3442666180c2da3fbd Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 17 Apr 2000 14:31:19 +0000 Subject: [PATCH] [project @ 2000-04-17 14:31:19 by sewardj] Re-enable symbol table loading for BFD platforms. --- ghc/rts/Printer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/rts/Printer.c b/ghc/rts/Printer.c index 541b7c2..d6d106d 100644 --- a/ghc/rts/Printer.c +++ b/ghc/rts/Printer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.c,v 1.25 2000/04/14 15:18:06 sewardj Exp $ + * $Id: Printer.c,v 1.26 2000/04/17 14:31:19 sewardj Exp $ * * (c) The GHC Team, 1994-2000. * @@ -813,8 +813,7 @@ static void printZcoded( const char *raw ) /* Causing linking trouble on Win32 plats, so I'm disabling this for now. */ -/* For now, BFD support is unconditionally disabled -- HWL */ -#if 0 /* HWL */ && defined(HAVE_BFD_H) && !defined(_WIN32) +#if defined(HAVE_BFD_H) && !defined(_WIN32) #include -- 1.7.10.4