remove some macros.

This commit is contained in:
INADA Naoki 2013-02-27 21:12:20 +09:00
parent c91131f49f
commit c49489cd37
5 changed files with 80 additions and 124 deletions

View file

@ -305,7 +305,7 @@ static inline int msgpack_pack_int64(msgpack_packer* x, int64_t d)
}
#ifdef msgpack_pack_inline_func_cint
//#ifdef msgpack_pack_inline_func_cint
static inline int msgpack_pack_short(msgpack_packer* x, short d)
{
@ -555,8 +555,8 @@ if(sizeof(unsigned long long) == 2) {
#endif
}
#undef msgpack_pack_inline_func_cint
#endif
//#undef msgpack_pack_inline_func_cint
//#endif