xref: /dflybsd-src/contrib/gcc-8.0/gcc/version.h (revision 2b3f93ea6d1f70880f3e87f3c2cbe0dc0bfc9332)
1 #ifndef GCC_VERSION_H
2 #define GCC_VERSION_H
3 extern const char version_string[];
4 extern const char pkgversion_string[];
5 extern const char bug_report_url[];
6 #endif /* ! GCC_VERSION_H */
7