mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
12 lines
212 B
C
12 lines
212 B
C
![]() |
#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__
|
||
|
|