X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fversion.h;h=8e944ccdef60232e611394d5939a1eb485541d22;hb=911eca6f674f32320415982ed992ae6ab191d08a;hp=99416495a4f180adade0c3b13581c9830603c238;hpb=2a28135353b97956c0ad51a9fe00868f24458a06;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/version.h b/gcc/version.h index 99416495a4f..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 *const version_string; +extern const char version_string[]; +extern const char bug_report_url[]; #endif /* ! GCC_VERSION_H */