summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-12 16:32:08 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-12 16:45:20 +0000
commitc3cf41ec234f6d938cb05ecac21c0ca7515d1d14 (patch)
treecc33509b57e9e199fb3696e7ac0647da3af2fe0f /perl.c
parent92e82afa16f5f1aa1b3e163f6d4656d14c44a4d2 (diff)
downloadperl-c3cf41ec234f6d938cb05ecac21c0ca7515d1d14.tar.gz
Add PERL_PRESERVE_IVUV to non_bincompat_options.
It's actually the default, but as all the C code is conditionally (not) compiled on the basis of that pre-processor macro, seems that it is the one that needs to be reported.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 5efa8e5433..bfa4fe8d21 100644
--- a/perl.c
+++ b/perl.c
@@ -1691,6 +1691,9 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef PERL_MEM_LOG_NOIMPL
" PERL_MEM_LOG_NOIMPL"
# endif
+# ifdef PERL_PRESERVE_IVUV
+ " PERL_PRESERVE_IVUV"
+# endif
# ifdef PERL_USE_DEVEL
" PERL_USE_DEVEL"
# endif