xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/version.h (revision 5dd36a3bc8bf2a9dec29ceb6349550414570c447)
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