9 lines
101 B
C

#ifdef __GNUC__
/* Nothing to do here. */
;
#endif
#ifdef __RENESAS__
#pragma pack 1
#endif