comparison gcc/version.h @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
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 */