mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-07-09 02:06:52 +00:00
Source URL: git://gcc.gnu.org/git/gcc.git Source Commit: 3e7b85061947bdc7c7465743ba90734566860821
7 lines
184 B
C
7 lines
184 B
C
#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 */
|