summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index f0292f31b6..a6958f4c95 100644
--- a/perl.h
+++ b/perl.h
@@ -2987,7 +2987,7 @@ typedef struct am_table_short AMTS;
#if !defined(Atol) && defined(USE_LONG_LONG) && defined(HAS_LONG_LONG)
# if !defined(Atol) && defined(HAS_STRTOLL)
-# define Atol(s) strtoll(s, (char*)0)
+# define Atol(s) strtoll(s, (char*)0, 10)
# endif
# if !defined(Atol) && defined(HAS_ATOLL)
# define Atol atoll