From c49489cd372903fc5c26b330c91bdd3679029e17 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Wed, 27 Feb 2013 21:12:20 +0900 Subject: remove some macros. --- msgpack/pack_template.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'msgpack/pack_template.h') diff --git a/msgpack/pack_template.h b/msgpack/pack_template.h index d6bf820..35deb83 100644 --- a/msgpack/pack_template.h +++ b/msgpack/pack_template.h @@ -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 -- cgit v1.2.1