diff options
Diffstat (limited to 'gcc/version.h')
-rw-r--r-- | gcc/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/version.h b/gcc/version.h new file mode 100644 index 000000000..88919039d --- /dev/null +++ b/gcc/version.h @@ -0,0 +1,6 @@ +#ifndef GCC_VERSION_H +#define GCC_VERSION_H +extern const char version_string[]; +extern const char pkgversion_string[]; +extern const char bug_report_url[]; +#endif /* ! GCC_VERSION_H */ |