From ecb9cc664182b7eecfa40f5636ec51e047f430b4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 2 Jan 2007 05:15:42 +0200 Subject: 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 --- makedef.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makedef.pl') diff --git a/makedef.pl b/makedef.pl index 28e4495a16..060a40aedf 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 )]; } -- cgit v1.2.1