This commit is contained in:
INADA Naoki
2013-02-27 21:24:25 +09:00
parent e8f6d2a030
commit c9b6e5b65d
4 changed files with 679 additions and 681 deletions

View File

@@ -698,4 +698,3 @@ static inline int msgpack_pack_raw_body(msgpack_packer* x, const void* b, size_t
#undef msgpack_pack_real_int16 #undef msgpack_pack_real_int16
#undef msgpack_pack_real_int32 #undef msgpack_pack_real_int32
#undef msgpack_pack_real_int64 #undef msgpack_pack_real_int64

View File

@@ -192,4 +192,3 @@ typedef unsigned int _msgpack_atomic_counter_t;
#endif /* msgpack/sysdep.h */ #endif /* msgpack/sysdep.h */

View File

@@ -459,4 +459,4 @@ static const execute_fn read_map_header = &unpack_container_header<0x80, 0xde>;
#undef NEXT_CS #undef NEXT_CS
/* vim: set ts=4 sw=4 noexpandtab */ /* vim: set ts=4 sw=4 sts=4 expandtab */