diff options
| author | gfx <gfuji@cpan.org> | 2010-09-17 18:08:34 +0900 |
|---|---|---|
| committer | gfx <gfuji@cpan.org> | 2010-09-17 18:08:34 +0900 |
| commit | e8d8099563ced184991b188bfe7ed4189e24f334 (patch) | |
| tree | 16ae671c1f27c1c5dceeae28910590f8da103a63 /perl/xs-src/unpack.c | |
| parent | 2c9d90d463429902226eca593fccebec440a57ef (diff) | |
| download | msgpack-python-e8d8099563ced184991b188bfe7ed4189e24f334.tar.gz | |
Fix a macro redefinition
Diffstat (limited to 'perl/xs-src/unpack.c')
| -rw-r--r-- | perl/xs-src/unpack.c | 2 |
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 */ |
