bconfig.h 138 B

12345678
  1. #ifndef GCC_BCONFIG_H
  2. #define GCC_BCONFIG_H
  3. #include "auto-host.h"
  4. #ifdef IN_GCC
  5. # include "ansidecl.h"
  6. #endif
  7. #endif /* GCC_BCONFIG_H */