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/system.h | |
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/system.h')
-rw-r--r-- | gcc/system.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/system.h b/gcc/system.h index 0a77c8f..260232f 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -23,11 +23,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GCC_SYSTEM_H #define GCC_SYSTEM_H -/* This is the location of the online document giving information how - to report bugs. If you change this string, also check for strings - not under control of the preprocessor. */ -#define GCCBUGURL "<URL:http://www.gnu.org/software/gcc/bugs.html>" - /* We must include stdarg.h/varargs.h before stdio.h. */ #ifdef ANSI_PROTOTYPES #include <stdarg.h> |