summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-13 03:41:49 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-13 03:41:49 +0000
commit6fbe551ff3e4f956fc6d85824c9ea2520e57cefe (patch)
tree4a784a613b99bd786832e0a8b05232214d18aae4 /proto.h
parent4a925ff6e0a016ce4f2615607e10674d0b0eb2ef (diff)
downloadperl-6fbe551ff3e4f956fc6d85824c9ea2520e57cefe.tar.gz
add missing file from change#1943
p4raw-link: @1943 on //depot/perl: 155fc61f8f24f48a8180aab9a504f33842272586 p4raw-id: //depot/perl@1946
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index e0befbdd1a..fe21217b7a 100644
--- a/proto.h
+++ b/proto.h
@@ -809,7 +809,7 @@ OP *scalarboolean _((OP *o));
OP *too_few_arguments _((OP *o, char* name));
OP *too_many_arguments _((OP *o, char* name));
void null _((OP* o));
-PADOFFSET pad_findlex _((char* name, PADOFFSET newoff, U32 seq, CV* startcv, I32 cx_ix));
+PADOFFSET pad_findlex _((char* name, PADOFFSET newoff, U32 seq, CV* startcv, I32 cx_ix, I32 saweval));
OP *newDEFSVOP _((void));
char* gv_ename _((GV *gv));
CV *cv_clone2 _((CV *proto, CV *outside));