From: Gurusamy Sarathy Date: Tue, 13 Oct 1998 03:41:49 +0000 (+0000) Subject: add missing file from change#1943 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6fbe551ff3e4f956fc6d85824c9ea2520e57cefe;p=p5sagit%2Fp5-mst-13.2.git add missing file from change#1943 p4raw-link: @1943 on //depot/perl: 155fc61f8f24f48a8180aab9a504f33842272586 p4raw-id: //depot/perl@1946 --- diff --git a/proto.h b/proto.h index e0befbd..fe21217 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));