preliminary Win32 support added
[cparser] / config.h
1 #define INLINE inline
2
3 #ifndef __GNUC__
4 #define __attribute__(x)
5 #endif