]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
REvert previous delta to gprof.h
authorNick Clifton <nickc@redhat.com>
Thu, 1 Jun 2000 00:13:49 +0000 (00:13 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 1 Jun 2000 00:13:49 +0000 (00:13 +0000)
gprof/ChangeLog
gprof/gprof.h

index f52ac5253624d2b4a3d202fb357e7cabee6f3c2d..6465c1be27366f358cb4f79767b5a505ee707987 100644 (file)
@@ -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.
index 983f0ac283b0ee8af2838ca2cd8070b817228fed..fdf9a28e4ac3af8f0b90ce1313f0267a339d4a3c 100644 (file)
 # 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"
 
 /*