Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..)

This commit is contained in:
Alan Modra 2000-05-28 23:30:29 +00:00
parent 66537e49a2
commit ce8ff112cf
2 changed files with 4 additions and 6 deletions

View 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'

View File

@ -55,12 +55,6 @@
# 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"
/*