summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
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 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 76cb2f3e31..6f60109c45 100644
--- a/proto.h
+++ b/proto.h
@@ -865,6 +865,7 @@ STATIC OP* S_too_few_arguments(pTHX_ OP *o, char* name);
STATIC OP* S_too_many_arguments(pTHX_ OP *o, char* name);
STATIC void S_op_clear(pTHX_ OP* o);
STATIC void S_null(pTHX_ OP* o);
+STATIC PADOFFSET S_pad_addlex(pTHX_ SV* name);
STATIC PADOFFSET S_pad_findlex(pTHX_ char* name, PADOFFSET newoff, U32 seq, CV* startcv, I32 cx_ix, I32 saweval, U32 flags);
STATIC OP* S_newDEFSVOP(pTHX);
STATIC OP* S_new_logop(pTHX_ I32 type, I32 flags, OP **firstp, OP **otherp);