perl: enhancement portability

This commit is contained in:
Tokuhiro Matsuno
2009-04-15 13:09:05 +09:00
parent 8c62d93bca
commit 5710b87b06
3 changed files with 4 additions and 2 deletions

View File

@@ -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);