mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-23 16:48:07 +02:00
perl: inlining utility functions
This commit is contained in:
@@ -22,7 +22,7 @@ typedef struct {
|
|||||||
struct template ## name
|
struct template ## name
|
||||||
|
|
||||||
#define msgpack_unpack_func(ret, name) \
|
#define msgpack_unpack_func(ret, name) \
|
||||||
ret template ## name
|
STATIC_INLINE ret template ## name
|
||||||
|
|
||||||
#define msgpack_unpack_callback(name) \
|
#define msgpack_unpack_callback(name) \
|
||||||
template_callback ## name
|
template_callback ## name
|
||||||
|
Reference in New Issue
Block a user