msgpack/perl/util.h

12 lines
212 B
C
Raw Normal View History

2009-07-30 16:22:00 +09:00
#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__