summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/gprof.h6
2 files changed, 11 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 85d1416d6f..caba759b8f 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-31 Nick Clifton <nickc@cygnus.com>
+
+ * gprof.h (_): Revert previous delta. We want to use gettext,
+ not dgettext in the _ macro.
+
2000-05-29 Alan Modra <alan@linuxcare.com.au>
* gprof.h (_): Use BFD version.
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 <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"
/*