add missing file from change#1943
Gurusamy Sarathy [Tue, 13 Oct 1998 03:41:49 +0000 (03:41 +0000)]
p4raw-link: @1943 on //depot/perl: 155fc61f8f24f48a8180aab9a504f33842272586

p4raw-id: //depot/perl@1946

proto.h

diff --git a/proto.h b/proto.h
index e0befbd..fe21217 100644 (file)
--- 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));