From 5ca98821d9edff021d76c8e0e464aa8c9304fca5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Sep 2017 18:18:03 +0200 Subject: Revert "add support for int64, using Math::Int64 C API" This reverts commit 12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735. --- URPM.xs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'URPM.xs') diff --git a/URPM.xs b/URPM.xs index 2338cff..305e4aa 100644 --- a/URPM.xs +++ b/URPM.xs @@ -12,10 +12,6 @@ #include "perl.h" #include "XSUB.h" -#include -#define MATH_INT64_NATIVE_IF_AVAILABLE -#include "perl_math_int64.h" - #include #include #include @@ -2768,7 +2764,6 @@ MODULE = URPM PACKAGE = URPM PREFIX = Urpm_ BOOT: (void) read_config_files(0); - PERL_MATH_INT64_LOAD_OR_CROAK; void Urpm_bind_rpm_textdomain_codeset() -- cgit v1.2.1