diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -12,10 +12,6 @@ #include "perl.h" #include "XSUB.h" -#include <inttypes.h> -#define MATH_INT64_NATIVE_IF_AVAILABLE -#include "perl_math_int64.h" - #include <sys/utsname.h> #include <sys/select.h> #include <sys/time.h> @@ -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() |