mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 14:45:38 +02:00
perl: enhancement portability
This commit is contained in:
@@ -27,7 +27,6 @@ extern "C" {
|
||||
#define _PACK_WRAPPER(t) msgpack_pack_##t
|
||||
#define PACK_WRAPPER(t) _PACK_WRAPPER(t)
|
||||
|
||||
// move to pack.c
|
||||
static void _msgpack_pack_sv(SV* buf, SV* val) {
|
||||
if (val==NULL) {
|
||||
msgpack_pack_nil(buf);
|
||||
|
Reference in New Issue
Block a user