undo repvious delta

This commit is contained in:
Nick Clifton 2000-06-01 00:11:31 +00:00
parent 139760b7f9
commit f067e7fbaf
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-05-31 Nick Clifton <nickc@cygnus.com>
* gprof.h (_): Revert previous delta. We want to use gettext,
not dgettext in the _ macro.
2000-05-29 Alan Modra <alan@linuxcare.com.au>
* gprof.h (_): Use BFD version.

View file

@ -55,6 +55,12 @@
# include <locale.h>
#endif
#ifdef ENABLE_NLS
/* Undefine BFD's `_' macro - it uses dgetext() and we want to use gettext(). */
#undef _
#define _(String) gettext (String)
#endif
#include "bin-bugs.h"
/*