summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-02-19 17:07:32 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-02-19 17:07:32 +0100
commitcb26ef7ab94874d85caf52a13f1dc47832f8cd97 (patch)
tree254260e8824908d9601f7a80e3e56b491dd54017 /perl.h
parente21f5e42911f0ed636593e42e9a55afbb1524140 (diff)
downloadperl-cb26ef7ab94874d85caf52a13f1dc47832f8cd97.tar.gz
New bincompat options
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index a6e4dbb82a..e49d784976 100644
--- a/perl.h
+++ b/perl.h
@@ -4587,6 +4587,9 @@ EXTCONST char PL_bincompat_options[] =
# ifdef PERLIO_LAYERS
" PERLIO_LAYERS"
# endif
+# ifdef PERL_DEBUG_READONLY_COW
+ " PERL_DEBUG_READONLY_COW"
+# endif
# ifdef PERL_DEBUG_READONLY_OPS
" PERL_DEBUG_READONLY_OPS"
# endif