summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-22 08:08:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-22 08:08:08 +0000
commit94f23f413fc20beae3970bde041120ceeceae8e4 (patch)
tree266d12bedd72b22ae29e522df5a05edf2d4b6814 /embed.pl
parent8cd2b3b0459aa552389179eb3ecd4bc82ce1627b (diff)
downloadperl-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-xembed.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 95dfed9eb0..f235ffb170 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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