From e8d8099563ced184991b188bfe7ed4189e24f334 Mon Sep 17 00:00:00 2001 From: gfx Date: Fri, 17 Sep 2010 18:08:34 +0900 Subject: [PATCH] Fix a macro redefinition --- perl/xs-src/unpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/xs-src/unpack.c b/perl/xs-src/unpack.c index 6ebb48c2..e89b22c5 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 */