summaryrefslogtreecommitdiff
path: root/perl/xs-src/unpack.c
diff options
context:
space:
mode:
authorgfx <gfuji@cpan.org>2010-09-17 18:08:34 +0900
committergfx <gfuji@cpan.org>2010-09-17 18:08:34 +0900
commite8d8099563ced184991b188bfe7ed4189e24f334 (patch)
tree16ae671c1f27c1c5dceeae28910590f8da103a63 /perl/xs-src/unpack.c
parent2c9d90d463429902226eca593fccebec440a57ef (diff)
downloadmsgpack-python-e8d8099563ced184991b188bfe7ed4189e24f334.tar.gz
Fix a macro redefinition
Diffstat (limited to 'perl/xs-src/unpack.c')
-rw-r--r--perl/xs-src/unpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/xs-src/unpack.c b/perl/xs-src/unpack.c
index 6ebb48c..e89b22c 100644
--- a/perl/xs-src/unpack.c
+++ b/perl/xs-src/unpack.c
@@ -142,7 +142,7 @@ STATIC_INLINE int template_callback_IV(unpack_user* u PERL_UNUSED_DECL, IV const
return 0;
}
-#define template_callback_uint64 template_callback_IV
+#define template_callback_int64 template_callback_IV
#endif /* IVSIZE */