diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-09-01 18:09:56 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-09-02 12:59:07 +0300 |
commit | 8b107b514b8f1bad7cbe39f267aadf31db9f7f5e (patch) | |
tree | 6804997e5bc5d846a2af98b4827b82bf64870d26 /rts/Printer.c | |
parent | 8c427ebe9c34b9bcecd41fb0584d24989c00ffe6 (diff) | |
download | haskell-8b107b514b8f1bad7cbe39f267aadf31db9f7f5e.tar.gz |
rts/Printer.c: update comments about using USING_LIBBFD
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'rts/Printer.c')
-rw-r--r-- | rts/Printer.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |