lang/c/msgpack: fixed packaging problem

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@64 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
frsyuki 2009-02-15 09:09:57 +00:00
parent 1278eb3c63
commit 48e0274505
10 changed files with 24 additions and 22 deletions

View file

@ -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 */