Handle IR generation for dereferencing pointers to non-scalar types.
[cparser] / config.h
1 #define INLINE inline
2
3 #ifndef __GNUC__
4 #define __attribute__(x)
5 #endif