From 636ac8fc9ac210e786fda679ad294c918022d0c5 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 9 Jan 2015 08:45:28 -0800 Subject: 5th arg to indicate numeric bitwise overloading --- pp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pp.h') 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. See also C, C and C. #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 */ -- cgit v1.2.1