mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-24 09:32:49 +01:00
Fix a macro redefinition
This commit is contained in:
parent
2c9d90d463
commit
e8d8099563
@ -142,7 +142,7 @@ STATIC_INLINE int template_callback_IV(unpack_user* u PERL_UNUSED_DECL, IV const
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define template_callback_uint64 template_callback_IV
|
#define template_callback_int64 template_callback_IV
|
||||||
|
|
||||||
#endif /* IVSIZE */
|
#endif /* IVSIZE */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user