From 8b107b514b8f1bad7cbe39f267aadf31db9f7f5e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 1 Sep 2014 18:09:56 +0300 Subject: rts/Printer.c: update comments about using USING_LIBBFD Signed-off-by: Sergei Trofimovich --- rts/Printer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rts/Printer.c') diff --git a/rts/Printer.c b/rts/Printer.c index cd4b9a1bb3..49e0c059f7 100644 --- a/rts/Printer.c +++ b/rts/Printer.c @@ -759,14 +759,14 @@ extern void DEBUG_LoadSymbols( char *name ) prepare_table(); } -#else /* HAVE_BFD_H */ +#else /* USING_LIBBFD */ extern void DEBUG_LoadSymbols( char *name STG_UNUSED ) { /* nothing, yet */ } -#endif /* HAVE_BFD_H */ +#endif /* USING_LIBBFD */ void findPtr(P_ p, int); /* keep gcc -Wall happy */ -- cgit v1.2.1