Handle fallthrough when generating IR for case labels.
[cparser] / config.h
1 #define INLINE inline
2
3 #ifndef __GCC__
4 #define __attribute__(x)
5 #endif