summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorRobin Barker <rmbarker@cpan.org>2010-04-22 00:37:34 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-26 15:15:34 +0200
commit9500e8e2396502af05bf3891caf7e5d5cc9dc8d9 (patch)
tree59f01219b0944b09a139fa64c4c4a01c25548d28 /pp.h
parent970161dc7d6d13d7f924264d20b5b7d764496fcd (diff)
downloadperl-9500e8e2396502af05bf3891caf7e5d5cc9dc8d9.tar.gz
avoid use of operator name in macro
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.h b/pp.h
index c36502a03f..a107dda83f 100644
--- a/pp.h
+++ b/pp.h
@@ -450,6 +450,7 @@ Does not use C<TARG>. See also C<XPUSHu>, C<mPUSHu> and C<PUSHu>.
#define tryAMAGICun_var(meth_enum) tryAMAGICunW_var(meth_enum,SETsvUN,0,RETURN)
#define tryAMAGICun(meth) tryAMAGICun_var(CAT2(meth,_amg))
+#define tryAMAGICunSET_var(meth_enum) tryAMAGICunW_var(meth_enum,SETs,0,RETURN)
#define tryAMAGICunSET(meth) tryAMAGICunW(meth,SETs,0,RETURN)
#define tryAMAGICunTARGET(meth, shift) \
STMT_START { dSP; sp--; /* get TARGET from below PL_stack_sp */ \