summaryrefslogtreecommitdiff
path: root/perl.h
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.h
parentb326ddffeee24461c6f5622c518bb5a454b10935 (diff)
downloadperl-93c10d608c4f8b29a548e6e6da3816375c034859.tar.gz
Remove NEW_ from PERL_NEW_COPY_ON_WRITE
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index 9715e57cc1..bcfeee94d7 100644
--- a/perl.h
+++ b/perl.h
@@ -2643,12 +2643,12 @@ typedef AV PAD;
typedef struct padnamelist PADNAMELIST;
typedef struct padname PADNAME;
-/* enable PERL_NEW_COPY_ON_WRITE by default */
-#if !defined(PERL_NEW_COPY_ON_WRITE) && !defined(PERL_NO_COW)
-# define PERL_NEW_COPY_ON_WRITE
+/* enable PERL_COPY_ON_WRITE by default */
+#if !defined(PERL_COPY_ON_WRITE) && !defined(PERL_NO_COW)
+# define PERL_COPY_ON_WRITE
#endif
-#ifdef PERL_NEW_COPY_ON_WRITE
+#ifdef PERL_COPY_ON_WRITE
# define PERL_ANY_COW
#else
# define PERL_SAWAMPERSAND