diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-03-12 16:32:08 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-12 16:45:20 +0000 |
commit | c3cf41ec234f6d938cb05ecac21c0ca7515d1d14 (patch) | |
tree | cc33509b57e9e199fb3696e7ac0647da3af2fe0f /perl.c | |
parent | 92e82afa16f5f1aa1b3e163f6d4656d14c44a4d2 (diff) | |
download | perl-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |