mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-23 17:25:22 +01:00
perl: add XS_VERSION_BOOTCHECK for safety
This commit is contained in:
parent
8548b3645a
commit
91b1806e9d
@ -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…
x
Reference in New Issue
Block a user