diff options
author | Vincent Pit <perl@profvince.com> | 2010-06-03 11:44:15 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2010-06-03 14:00:38 +0200 |
commit | 789bd863840ef4ff6c46f7c2ee0f3f64e0b5daa6 (patch) | |
tree | 547efad230cfa3f03e5c971600e394627beb62f3 /global.sym | |
parent | 540810e8986e170e75f4b34a7ca1f1dd5b0da3c4 (diff) | |
download | perl-789bd863840ef4ff6c46f7c2ee0f3f64e0b5daa6.tar.gz |
Make pp_reverse fetch the lexical $_ from the correct pad
This is achieved by introducing a new find_rundefsv() function in pad.c
This fixes [perl #75436].
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 8861fca218..5ab0090b99 100644 --- a/global.sym +++ b/global.sym @@ -396,6 +396,7 @@ Perl_ninstr Perl_op_free Perl_pad_findmy Perl_find_rundefsvoffset +Perl_find_rundefsv Perl_pad_sv Perl_reentrant_size Perl_reentrant_init |