diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-09 08:45:28 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-31 22:03:53 -0800 |
commit | 636ac8fc9ac210e786fda679ad294c918022d0c5 (patch) | |
tree | da4fcc2499b4f943897103e8852d39ecf924cf11 /pp.h | |
parent | 594a52e669cf40aeb3e1f610fad70e3f919e8e10 (diff) | |
download | perl-636ac8fc9ac210e786fda679ad294c918022d0c5.tar.gz |
5th arg to indicate numeric bitwise overloading
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |