summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-09 19:02:43 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-09 19:02:43 +0000
commit83bf042f79af6208af0620b081ee65543ecfed9f (patch)
treed15071a650bd72567ee4a7f5dcd96288f107ef40 /proto.h
parent0dd3f902b059d48560ea071c6510375fd9426efb (diff)
downloadperl-83bf042f79af6208af0620b081ee65543ecfed9f.tar.gz
Fixes the case of $a = \$#{[]}; and then accessing $$a
(but not \$#a after local @a or my @a leave a block) p4raw-id: //depot/perl@24783
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 6ac3d69d64..64adf53a5e 100644
--- a/proto.h
+++ b/proto.h
@@ -762,6 +762,7 @@ PERL_CALLCONV int Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg)
PERL_CALLCONV int Perl_magic_set(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setamagic(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setarylen(pTHX_ SV* sv, MAGIC* mg);
+PERL_CALLCONV int Perl_magic_freearylen_p(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setbm(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setdbline(pTHX_ SV* sv, MAGIC* mg);
PERL_CALLCONV int Perl_magic_setdefelem(pTHX_ SV* sv, MAGIC* mg);