From: Alan Modra Date: Sun, 28 May 2000 23:30:29 +0000 (+0000) Subject: Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..) X-Git-Tag: readline-pre-41-import~351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce8ff112cfacd5b642b4e8c6cbcc4eaa157745f0;p=external%2Fbinutils.git Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..) --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index bc3ae9c..85d1416 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2000-05-29 Alan Modra + + * gprof.h (_): Use BFD version. + 2000-05-26 Nick Clifton * gprof.c (main): When calling getopt_long indicate that the 'd' diff --git a/gprof/gprof.h b/gprof/gprof.h index 43e7675..983f0ac 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -55,12 +55,6 @@ # include #endif -#ifdef ENABLE_NLS -/* Undefine BFD's `_' macro; we have our own definition. */ -#undef _ -#define _(String) gettext (String) -#endif - #include "bin-bugs.h" /*