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.
|
- #ifndef GCC_CONFIG_H
- #define GCC_CONFIG_H
- #ifdef GENERATOR_FILE
- #error config.h is for the host, not build, machine.
- #endif
- #include "auto-host.h"
- #ifdef IN_GCC
- # include "ansidecl.h"
- #endif
- #endif /* GCC_CONFIG_H */
|