aboutsummaryrefslogtreecommitdiff
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
commitf067e7fbaf71eb483ced6f4728ca2b0ddd72e4b0 (patch)
treef67f8523efb89973c430bfe44627e7fbbfc2e873 /gprof/gprof.h
parent139760b7f97999bfb188b23357bf0a0798b21706 (diff)
downloadfsf-binutils-gdb-f067e7fbaf71eb483ced6f4728ca2b0ddd72e4b0.zip
fsf-binutils-gdb-f067e7fbaf71eb483ced6f4728ca2b0ddd72e4b0.tar.gz
fsf-binutils-gdb-f067e7fbaf71eb483ced6f4728ca2b0ddd72e4b0.tar.bz2
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 983f0ac..fdf9a28 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"
/*