summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-06-28 18:30:29 -0700
committerFather Chrysostomos <sprout@cpan.org>2015-06-29 08:20:28 -0700
commit93c10d608c4f8b29a548e6e6da3816375c034859 (patch)
treee54250d236da59cadc1edcfffe8f68ce37f96cb4 /perl.c
parentb326ddffeee24461c6f5622c518bb5a454b10935 (diff)
downloadperl-93c10d608c4f8b29a548e6e6da3816375c034859.tar.gz
Remove NEW_ from PERL_NEW_COPY_ON_WRITE
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.c b/perl.c
index b6a3d87585..cbb66e0730 100644
--- a/perl.c
+++ b/perl.c
@@ -1692,6 +1692,9 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef PERL_BOOL_AS_CHAR
" PERL_BOOL_AS_CHAR"
# endif
+# ifdef PERL_COPY_ON_WRITE
+ " PERL_COPY_ON_WRITE"
+# endif
# ifdef PERL_DISABLE_PMC
" PERL_DISABLE_PMC"
# endif
@@ -1737,9 +1740,6 @@ 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_PERTURB_KEYS_DETERMINISTIC
" PERL_PERTURB_KEYS_DETERMINISTIC"
# endif