diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-22 08:08:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-22 08:08:08 +0000 |
commit | 94f23f413fc20beae3970bde041120ceeceae8e4 (patch) | |
tree | 266d12bedd72b22ae29e522df5a05edf2d4b6814 /embed.pl | |
parent | 8cd2b3b0459aa552389179eb3ecd4bc82ce1627b (diff) | |
download | perl-94f23f413fc20beae3970bde041120ceeceae8e4.tar.gz |
fix deeply nested closures that have no references to lexical in
intervening subs
p4raw-id: //depot/perl@4834
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1929,6 +1929,7 @@ s |OP* |too_few_arguments|OP *o|char* name s |OP* |too_many_arguments|OP *o|char* name s |void |op_clear |OP* o s |void |null |OP* o +s |PADOFFSET|pad_addlex |SV* name s |PADOFFSET|pad_findlex |char* name|PADOFFSET newoff|U32 seq \ |CV* startcv|I32 cx_ix|I32 saweval|U32 flags s |OP* |newDEFSVOP |