perl -V displayed PERL_NEW_COPY_ON_WRITE twice
authorDavid Mitchell <davem@iabyn.com>
Wed, 22 May 2013 16:13:53 +0000 (17:13 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 26 May 2013 20:22:23 +0000 (21:22 +0100)
commit6617f9f1f8da06f5163a7942df475e7387d371cf
treea4767e1483c212489e2f05329ab83e0a26719089
parent13b0f67d12a6400f01bbc27945223ca68a12a7ef
perl -V displayed PERL_NEW_COPY_ON_WRITE twice

I didn't realise that the perl -V list of defines is now split between
perl.h and perl.c and so added it to one (thinking it was missing) when it
was already in the other).
perl.h