summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.h b/embed.h
index 1c49a767e5..39d3b7f558 100644
--- a/embed.h
+++ b/embed.h
@@ -19,7 +19,6 @@
#define append_elem Perl_append_elem
#define append_list Perl_append_list
#define apply Perl_apply
-#define assertref Perl_assertref
#define avhv_exists_ent Perl_avhv_exists_ent
#define avhv_fetch_ent Perl_avhv_fetch_ent
#define avhv_iternext Perl_avhv_iternext
@@ -1357,7 +1356,6 @@
#define append_elem(a,b,c) Perl_append_elem(aTHX_ a,b,c)
#define append_list(a,b,c) Perl_append_list(aTHX_ a,b,c)
#define apply(a,b,c) Perl_apply(aTHX_ a,b,c)
-#define assertref(a) Perl_assertref(aTHX_ a)
#define avhv_exists_ent(a,b,c) Perl_avhv_exists_ent(aTHX_ a,b,c)
#define avhv_fetch_ent(a,b,c,d) Perl_avhv_fetch_ent(aTHX_ a,b,c,d)
#define avhv_iternext(a) Perl_avhv_iternext(aTHX_ a)
@@ -2675,8 +2673,6 @@
#define append_list Perl_append_list
#define Perl_apply CPerlObj::Perl_apply
#define apply Perl_apply
-#define Perl_assertref CPerlObj::Perl_assertref
-#define assertref Perl_assertref
#define Perl_avhv_exists_ent CPerlObj::Perl_avhv_exists_ent
#define avhv_exists_ent Perl_avhv_exists_ent
#define Perl_avhv_fetch_ent CPerlObj::Perl_avhv_fetch_ent