summaryrefslogtreecommitdiff
path: root/gprof/gprof.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-06-01 00:11:31 +0000
committerNick Clifton <nickc@redhat.com>2000-06-01 00:11:31 +0000
commitab6127379c884b99a68fb5c3591f70992e066b0e (patch)
treea6db5ae86a8492bc2a70f7214b1ce4437e7eb14c /gprof/gprof.h
parentb154d7db345b4b9a9901eee6668b03ca69d6e7b0 (diff)
downloadbinutils-redhat-ab6127379c884b99a68fb5c3591f70992e066b0e.tar.gz
undo repvious delta
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r--gprof/gprof.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h
index 983f0ac283..fdf9a28e4a 100644
--- a/gprof/gprof.h
+++ b/gprof/gprof.h
@@ -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"
/*