From c3cf41ec234f6d938cb05ecac21c0ca7515d1d14 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 12 Mar 2011 16:32:08 +0000 Subject: 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. --- perl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl.c') 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 -- cgit v1.2.1