Retro68/gcc/gcc/version.h
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

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 */