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 bc3ae9c64e0d98ed2dc4145c9af6339ff05cc6b8..85d1416d6fd0cfcf6a53f8d32f6765a171f44c70 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 43e767567d5f22368e5ee2fc1014ee30faa144ef..983f0ac283b0ee8af2838ca2cd8070b817228fed 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"
 
 /*
This page took 0.026795 seconds and 4 git commands to generate.