mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
perl: add XS_VERSION_BOOTCHECK for safety
This commit is contained in:
parent
8548b3645a
commit
91b1806e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ void init_Data__MessagePack_unpack(pTHX_ bool const cloning);
|
|||
|
||||
XS(boot_Data__MessagePack) {
|
||||
dXSARGS;
|
||||
PERL_UNUSED_VAR(items);
|
||||
XS_VERSION_BOOTCHECK;
|
||||
|
||||
init_Data__MessagePack_pack(aTHX_ false);
|
||||
init_Data__MessagePack_unpack(aTHX_ false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue