From 36624850a44abb0585ee9c0ba8e83972a92b00e7 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Tue, 8 Oct 2002 17:27:39 +0000 Subject: system.h (GCCBUGURL): Delete. * system.h (GCCBUGURL): Delete. * version.c (bug_report_url): New. Add commentary about modifying both these strings in modified distributions. * version.h: Declare bug_report_url. * diagnostic.c, gcc.c, gcov.c, java/gjavah.c, java/jcf-dump.c, java/jv-scan.c: Globally replace GCCBUGURL with bug_report_url. From-SVN: r57932 --- gcc/diagnostic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/diagnostic.c') diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 3828d5e..2596d03 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -1194,7 +1194,7 @@ internal_error VPARAMS ((const char *msgid, ...)) fnotice (stderr, "Please submit a full bug report,\n\ with preprocessed source if appropriate.\n\ -See %s for instructions.\n", GCCBUGURL); +See %s for instructions.\n", bug_report_url); exit (FATAL_EXIT_CODE); } @@ -1302,7 +1302,7 @@ error_recursion (context) fnotice (stderr, "Please submit a full bug report,\n\ with preprocessed source if appropriate.\n\ -See %s for instructions.\n", GCCBUGURL); +See %s for instructions.\n", bug_report_url); exit (FATAL_EXIT_CODE); } -- cgit v1.1