Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..)
authorAlan Modra <amodra@gmail.com>
Sun, 28 May 2000 23:30:29 +0000 (23:30 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 28 May 2000 23:30:29 +0000 (23:30 +0000)
gprof/ChangeLog
gprof/gprof.h

index bc3ae9c..85d1416 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-29  Alan Modra  <alan@linuxcare.com.au>
+
+       * gprof.h (_): Use BFD version.
+
 2000-05-26  Nick Clifton  <nickc@cygnus.com>
 
        * gprof.c (main): When calling getopt_long indicate that the 'd'
index 43e7675..983f0ac 100644 (file)
 # include <locale.h>
 #endif
 
-#ifdef ENABLE_NLS
-/* Undefine BFD's `_' macro; we have our own definition.  */
-#undef _
-#define _(String) gettext (String)
-#endif
-
 #include "bin-bugs.h"
 
 /*