diff options
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r-- | gprof/gprof.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h index 983f0ac..fdf9a28 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -55,6 +55,12 @@ # include <locale.h> #endif +#ifdef ENABLE_NLS +/* Undefine BFD's `_' macro - it uses dgetext() and we want to use gettext(). */ +#undef _ +#define _(String) gettext (String) +#endif + #include "bin-bugs.h" /* |