summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-09 08:45:28 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-31 22:03:53 -0800
commit636ac8fc9ac210e786fda679ad294c918022d0c5 (patch)
treeda4fcc2499b4f943897103e8852d39ecf924cf11 /pp.h
parent594a52e669cf40aeb3e1f610fad70e3f919e8e10 (diff)
downloadperl-636ac8fc9ac210e786fda679ad294c918022d0c5.tar.gz
5th arg to indicate numeric bitwise overloading
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 c417c1ebbf..2636dbfec0 100644
--- a/pp.h
+++ b/pp.h
@@ -405,6 +405,7 @@ Does not use C<TARG>. See also C<XPUSHu>, C<mPUSHu> and C<PUSHu>.
#define AMGf_numeric 0x10 /* for Perl_try_amagic_bin */
#define AMGf_set 0x20 /* for Perl_try_amagic_bin */
#define AMGf_want_list 0x40
+#define AMGf_numarg 0x80
/* do SvGETMAGIC on the stack args before checking for overload */