diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2002-10-08 17:27:39 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2002-10-08 17:27:39 +0000 |
commit | 36624850a44abb0585ee9c0ba8e83972a92b00e7 (patch) | |
tree | 4c61cdd49916dc5a573307e20011301688337161 /gcc/java/gjavah.c | |
parent | 218145d684eb5aa0efb6aa5bb6fdf69cd474b59c (diff) | |
download | gcc-36624850a44abb0585ee9c0ba8e83972a92b00e7.zip gcc-36624850a44abb0585ee9c0ba8e83972a92b00e7.tar.gz gcc-36624850a44abb0585ee9c0ba8e83972a92b00e7.tar.bz2 |
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
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index d168840..53099ad 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -2289,7 +2289,7 @@ help () /* We omit -MG until it is implemented. */ printf ("\n"); printf ("For bug reporting instructions, please see:\n"); - printf ("%s.\n", GCCBUGURL); + printf ("%s.\n", bug_report_url); exit (0); } |