diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 17:27:39 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 17:27:39 +0000 |
commit | 3076904b5d69f96047c17f106cfea35334adb67a (patch) | |
tree | 4c61cdd49916dc5a573307e20011301688337161 /gcc/version.h | |
parent | 94e84a90b78eba836f7e31fcf39a08d99d3118e5 (diff) | |
download | gcc-3076904b5d69f96047c17f106cfea35334adb67a.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/version.h')
-rw-r--r-- | gcc/version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/version.h b/gcc/version.h index db5972d2af8..8e944ccdef6 100644 --- a/gcc/version.h +++ b/gcc/version.h @@ -1,4 +1,5 @@ #ifndef GCC_VERSION_H #define GCC_VERSION_H extern const char version_string[]; +extern const char bug_report_url[]; #endif /* ! GCC_VERSION_H */ |