summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-01-02 05:15:42 +0200
committerDave Mitchell <davem@fdisolutions.com>2007-01-02 02:19:20 +0000
commitecb9cc664182b7eecfa40f5636ec51e047f430b4 (patch)
tree98a0755ea04c36519834eea9390e688d47ef7269 /makedef.pl
parent199e78b72f538ce004dd96ef2f457b84b88279cc (diff)
downloadperl-ecb9cc664182b7eecfa40f5636ec51e047f430b4.tar.gz
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
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 2 insertions, 0 deletions
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
)];
}