mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-16 06:56:39 +02:00
remove duplicated code
This commit is contained in:
parent
0b81068368
commit
6990fe6f51
@ -105,9 +105,6 @@ int msgpack_pack_object(msgpack_packer* pk, msgpack_object d);
|
|||||||
#define msgpack_pack_inline_func_cint(name) \
|
#define msgpack_pack_inline_func_cint(name) \
|
||||||
inline int msgpack_pack ## name
|
inline int msgpack_pack ## name
|
||||||
|
|
||||||
#define msgpack_pack_inline_func_cint(name) \
|
|
||||||
inline int msgpack_pack ## name
|
|
||||||
|
|
||||||
#define msgpack_pack_inline_func_fixint(name) \
|
#define msgpack_pack_inline_func_fixint(name) \
|
||||||
inline int msgpack_pack_fix ## name
|
inline int msgpack_pack_fix ## name
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user