removed abort() declaration, use from stdlib.h
[cparser] / config.h
1 #define INLINE inline
2
3 #ifndef __GNUC__
4 #define __attribute__(x)
5 #endif