Retro68/gcc/gcc/version.h

7 lines
184 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
#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 */