This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make PERL_GLOBAL_STRUCT_PRIVATE visible in -V.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 25 Jul 2014 00:20:56 +0000 (20:20 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 25 Jul 2014 01:54:15 +0000 (21:54 -0400)
perl.h

diff --git a/perl.h b/perl.h
index 202e55e..0ad3eea 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -4643,6 +4643,9 @@ EXTCONST char PL_bincompat_options[] =
 #  ifdef PERL_GLOBAL_STRUCT
                             " PERL_GLOBAL_STRUCT"
 #  endif
+#  ifdef PERL_GLOBAL_STRUCT_PRIVATE
+                            " PERL_GLOBAL_STRUCT_PRIVATE"
+#  endif
 #  ifdef PERL_IMPLICIT_CONTEXT
                             " PERL_IMPLICIT_CONTEXT"
 #  endif