36624850a4
* 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
6 lines
145 B
C
6 lines
145 B
C
#ifndef GCC_VERSION_H
|
|
#define GCC_VERSION_H
|
|
extern const char version_string[];
|
|
extern const char bug_report_url[];
|
|
#endif /* ! GCC_VERSION_H */
|