New bincompat options
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 19 Feb 2014 16:07:32 +0000 (17:07 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 19 Feb 2014 16:07:32 +0000 (17:07 +0100)
perl.c
perl.h

diff --git a/perl.c b/perl.c
index 72d0485..3007dc7 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1663,6 +1663,9 @@ S_Internals_V(pTHX_ CV *cv)
 #  ifdef NO_TAINT_SUPPORT
                             " NO_TAINT_SUPPORT"
 #  endif
+#  ifdef PERL_BOOL_AS_CHAR
+                            " PERL_BOOL_AS_CHAR"
+#  endif
 #  ifdef PERL_DISABLE_PMC
                             " PERL_DISABLE_PMC"
 #  endif
diff --git a/perl.h b/perl.h
index a6e4dbb..e49d784 100644 (file)
--- 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