From: Alan Modra Date: Sun, 28 May 2000 23:32:13 +0000 (+0000) Subject: Use BFD's _. ie. dgettext ("gprof", ..), was gettext (..) X-Git-Tag: binutils-2_10~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0da1f3cbeecd233bb4f445e25b87910e0797194a;p=thirdparty%2Fbinutils-gdb.git Use BFD's _. ie. dgettext ("gprof", ..), was gettext (..) --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 2e188edc080..f52ac525362 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2000-05-29 Alan Modra + + * gprof.h (_): Use BFD version. + 2000-05-26 Alan Modra * gprof.h: Remove most nls defines. They are pulled in by diff --git a/gprof/gprof.h b/gprof/gprof.h index 43e767567d5..983f0ac283b 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" /*