mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
perl: add XS_VERSION_BOOTCHECK for safety
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user