summaryrefslogtreecommitdiff
path: root/perl/util.h
blob: 2b4ed072f823e4e499c9ff2aae529a0a67743aec (plain)
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__