mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
perl: inlining utility functions
This commit is contained in:
parent
ef0a86e7cc
commit
0cd31a4b96
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ typedef struct {
|
|||
struct template ## name
|
||||
|
||||
#define msgpack_unpack_func(ret, name) \
|
||||
ret template ## name
|
||||
STATIC_INLINE ret template ## name
|
||||
|
||||
#define msgpack_unpack_callback(name) \
|
||||
template_callback ## name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue