RE: Change 32238: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION
Jan Dubois [Wed, 7 Nov 2007 21:44:38 +0000 (13:44 -0800)]
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <058701c821ca$73d071d0$5b715570$@com>

(plus a couple of other similar fixes for change 32238 that Jan missed)

p4raw-id: //depot/perl@32242

makedef.pl

index b080f40..812ae89 100644 (file)
@@ -891,6 +891,19 @@ if ($define{'PERL_MAD'}) {
                    )];
 }
 
+unless ($define{'MULTIPLICITY'}) {
+    skip_symbols [qw(
+                   PL_interpreter_size
+                   PL_interpreter_size_5_10_0
+                   )];
+}
+
+unless ($define{'PERL_GLOBAL_STRUCT'}) {
+    skip_symbols [qw(
+                   PL_global_struct_size
+                   )];
+}
+
 unless ($define{'PERL_GLOBAL_STRUCT_PRIVATE'}) {
     skip_symbols [qw(
                    PL_my_cxt_keys