summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-06-16 20:39:34 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-07-27 06:30:09 +0000
commit6170680bfd1817febf6b13f65734e3e2e6e3f9bf (patch)
tree87a68c7db652aef9bf5d18ececb42a5ef889680e /embed.pl
parent31e5645579ece4c41b72ec55a303b796b7409118 (diff)
downloadperl-6170680bfd1817febf6b13f65734e3e2e6e3f9bf.tar.gz
applied suggested patch; added missing prototype changes to
opcode.pl along with documentation typos (feature still needs to be described in perlopentut.pod and summarized in perldelta.pod) Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu> Subject: [PATCH 5.00557] 3-arg open p4raw-id: //depot/perl@3786
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 726554e4af..6ea3e02850 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1102,6 +1102,9 @@ p |void |do_join |SV* sv|SV* del|SV** mark|SV** sp
p |OP* |do_kv
p |bool |do_open |GV* gv|char* name|I32 len|int as_raw \
|int rawmode|int rawperm|PerlIO* supplied_fp
+p |bool |do_open9 |GV *gv|char *name|I32 len|int as_raw \
+ |int rawmode|int rawperm|PerlIO *supplied_fp \
+ |SV *svs|I32 num
p |void |do_pipe |SV* sv|GV* rgv|GV* wgv
p |bool |do_print |SV* sv|PerlIO* fp
p |OP* |do_readline