summaryrefslogtreecommitdiff
path: root/msgpack/pack_template.h
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-02-27 21:12:20 +0900
committerINADA Naoki <inada-n@klab.com>2013-02-27 21:12:20 +0900
commitc49489cd372903fc5c26b330c91bdd3679029e17 (patch)
tree43d86461fdf3977f0d1ff2b5f748604a18268a7b /msgpack/pack_template.h
parentc91131f49f47b2af0349c1807d1c0f183d2b99b3 (diff)
downloadmsgpack-python-c49489cd372903fc5c26b330c91bdd3679029e17.tar.gz
remove some macros.
Diffstat (limited to 'msgpack/pack_template.h')
-rw-r--r--msgpack/pack_template.h6
1 files changed, 3 insertions, 3 deletions
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