From: Jan Dubois Date: Wed, 7 Nov 2007 21:44:38 +0000 (-0800) Subject: RE: Change 32238: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a5adacc7d90f1d7a2b902807e2570a1ad5a66f6;p=p5sagit%2Fp5-mst-13.2.git RE: Change 32238: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION From: "Jan Dubois" Message-ID: <058701c821ca$73d071d0$5b715570$@com> (plus a couple of other similar fixes for change 32238 that Jan missed) p4raw-id: //depot/perl@32242 --- diff --git a/makedef.pl b/makedef.pl index b080f40..812ae89 100644 --- a/makedef.pl +++ b/makedef.pl @@ -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