summaryrefslogtreecommitdiff
path: root/msgpack/pack/inline_impl.h
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
committerfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
commit48e0274505583affa8546cdffe19761033622aa2 (patch)
tree13727db8f6ebfe1d75d05b876f405d3dbfc5496f /msgpack/pack/inline_impl.h
parent1278eb3c63e2371283e07c0360b044728d72c704 (diff)
downloadmsgpack-python-48e0274505583affa8546cdffe19761033622aa2.tar.gz
lang/c/msgpack: fixed packaging problem
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@64 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
Diffstat (limited to 'msgpack/pack/inline_impl.h')
-rw-r--r--msgpack/pack/inline_impl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/msgpack/pack/inline_impl.h b/msgpack/pack/inline_impl.h
index d4d5a5a..635b697 100644
--- a/msgpack/pack/inline_impl.h
+++ b/msgpack/pack/inline_impl.h
@@ -52,7 +52,7 @@
#endif
-#ifndef msgpack_pack_inline_func(name)
+#ifndef msgpack_pack_inline_func
#define msgpack_pack_inline_func(name) \
inline void msgpack_pack_##name
#endif
@@ -293,11 +293,11 @@ msgpack_pack_inline_func(raw)(msgpack_pack_context x, const void* b, size_t l)
}
-#undef msgpack_pack_inline_func(name)
+#undef msgpack_pack_inline_func
-#undef STORE_BE16(d)
-#undef STORE_BE32(d)
-#undef STORE_BE64(d)
+#undef STORE_BE16
+#undef STORE_BE32
+#undef STORE_BE64
#endif /* msgpack/pack/inline_impl.h */