From ab6127379c884b99a68fb5c3591f70992e066b0e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 1 Jun 2000 00:11:31 +0000 Subject: undo repvious delta --- gprof/gprof.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gprof/gprof.h') diff --git a/gprof/gprof.h b/gprof/gprof.h index 983f0ac283..fdf9a28e4a 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -55,6 +55,12 @@ # include #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" /* -- cgit v1.2.1