summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorStephen McCamant <smcc@mit.edu>1999-07-23 10:55:22 -0500
committerGurusamy Sarathy <gsar@cpan.org>1999-07-26 10:44:11 +0000
commitfad39ff13c300fe483c6155ea2883280e12fc89c (patch)
tree5ced2802fa81825ad5bc148be165aa3a8e20a7ac /proto.h
parent43192e07925c626b8d615aff545160df8bd7c3f8 (diff)
downloadperl-fad39ff13c300fe483c6155ea2883280e12fc89c.tar.gz
allow arrow omission in $foo[10]->('foo') etc. (but not in
foo()->()); rework grammar to remove conflicts Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net> Subject: [PATCH _57, long] Re: optional arrow asymmetry p4raw-id: //depot/perl@3767
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 6464f5f235..7672780b41 100644
--- a/proto.h
+++ b/proto.h
@@ -12,7 +12,6 @@ VIRTUAL bool Perl_Gv_AMupdate(pTHX_ HV* stash);
VIRTUAL OP* Perl_append_elem(pTHX_ I32 optype, OP* head, OP* tail);
VIRTUAL OP* Perl_append_list(pTHX_ I32 optype, LISTOP* first, LISTOP* last);
VIRTUAL I32 Perl_apply(pTHX_ I32 type, SV** mark, SV** sp);
-VIRTUAL void Perl_assertref(pTHX_ OP* o);
VIRTUAL bool Perl_avhv_exists_ent(pTHX_ AV *ar, SV* keysv, U32 hash);
VIRTUAL SV** Perl_avhv_fetch_ent(pTHX_ AV *ar, SV* keysv, I32 lval, U32 hash);
VIRTUAL HE* Perl_avhv_iternext(pTHX_ AV *ar);