it's __GNUC__ not __GCC__
[cparser] / config.h
1 #define INLINE inline
2
3 #ifndef __GNUC__
4 #define __attribute__(x)
5 #endif