Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..)
This commit is contained in:
parent
66537e49a2
commit
ce8ff112cf
2 changed files with 4 additions and 6 deletions
|
@ -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>
|
2000-05-26 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* gprof.c (main): When calling getopt_long indicate that the 'd'
|
* gprof.c (main): When calling getopt_long indicate that the 'd'
|
||||||
|
|
|
@ -55,12 +55,6 @@
|
||||||
# include <locale.h>
|
# include <locale.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
|
||||||
/* Undefine BFD's `_' macro; we have our own definition. */
|
|
||||||
#undef _
|
|
||||||
#define _(String) gettext (String)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "bin-bugs.h"
|
#include "bin-bugs.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue