From c20f4f8c21dcede76fe50dc3e19f5e8056232b94 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 3 Apr 2000 14:10:05 +0000 Subject: Move bug report string to one place. --- gas/gasp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/gasp.c') diff --git a/gas/gasp.c b/gas/gasp.c index b35a4ae..dcceccf 100644 --- a/gas/gasp.c +++ b/gas/gasp.c @@ -50,6 +50,7 @@ suitable for gas to consume. */ #include "config.h" +#include "bin-bugs.h" #include #include @@ -3550,7 +3551,7 @@ Usage: %s \n\ [-Ipath] add to include path list\n\ [in-file]\n")); if (status == 0) - printf (_("\nReport bugs to bug-gnu-utils@gnu.org\n")); + printf (REPORT_BUGS_TO); exit (status); } -- cgit v1.1