summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-05-07 16:53:20 +0100
committerDavid Mitchell <davem@iabyn.com>2013-05-07 16:53:20 +0100
commit2542212d9b73d0323d216c96facf85861d88ab8c (patch)
tree264f4ed748cc8f109c0d6d4757dc2181243259f1 /perl.c
parent36dc22073c0c9dbad0f19f957f6a520e21a4a4fa (diff)
downloadperl-2542212d9b73d0323d216c96facf85861d88ab8c.tar.gz
add PERL_NEW_COPY_ON_WRITE to perl -V output
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 1689bbf838..730408a125 100644
--- a/perl.c
+++ b/perl.c
@@ -1704,6 +1704,9 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef PERL_MEM_LOG_NOIMPL
" PERL_MEM_LOG_NOIMPL"
# endif
+# ifdef PERL_NEW_COPY_ON_WRITE
+ " PERL_NEW_COPY_ON_WRITE"
+# endif
# ifdef PERL_PRESERVE_IVUV
" PERL_PRESERVE_IVUV"
# endif