diff options
Diffstat (limited to 'gcc/version.h')
-rw-r--r-- | gcc/version.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/version.h b/gcc/version.h new file mode 100644 index 0000000..8e944cc --- /dev/null +++ b/gcc/version.h @@ -0,0 +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 */ |