1 2 3 4 5 6 7 8 9 10 11
#ifndef __PERL_MSGPACK_UTIL_H__ #define __PERL_MSGPACK_UTIL_H__ #if __GNUC__ >= 3 # define INLINE inline #else # define INLINE #endif #endif // __PERL_MSGPACK_UTIL_H__