From: Jarkko Hietaniemi Date: Tue, 2 Jan 2007 03:15:42 +0000 (+0200) Subject: really should test compile in AIX or something (fixup after the Series 90 patch) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ecb9cc664182b7eecfa40f5636ec51e047f430b4;p=p5sagit%2Fp5-mst-13.2.git really should test compile in AIX or something (fixup after the Series 90 patch) Message-Id: <200701020115.l021FgtC495074@kosh.hut.fi> p4raw-id: //depot/perl@29656 --- diff --git a/makedef.pl b/makedef.pl index 28e4495..060a40a 100644 --- a/makedef.pl +++ b/makedef.pl @@ -761,6 +761,7 @@ unless ($define{'PERL_IMPLICIT_CONTEXT'}) { PL_my_cxt_index PL_my_cxt_list PL_my_cxt_size + PL_my_cxt_keys Perl_croak_nocontext Perl_die_nocontext Perl_deb_nocontext @@ -775,6 +776,7 @@ unless ($define{'PERL_IMPLICIT_CONTEXT'}) { Perl_sv_catpvf_mg_nocontext Perl_sv_setpvf_mg_nocontext Perl_my_cxt_init + Perl_my_cxt_index )]; }