You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
184B

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