diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-13 03:41:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-13 03:41:49 +0000 |
commit | 6fbe551ff3e4f956fc6d85824c9ea2520e57cefe (patch) | |
tree | 4a784a613b99bd786832e0a8b05232214d18aae4 /proto.h | |
parent | 4a925ff6e0a016ce4f2615607e10674d0b0eb2ef (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |