In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/f88ca576baabd4517ec5766efa11b1e1fc8109af?hp=f548aeca987d23cf2002370a3bb78973830ff800>
- Log ----------------------------------------------------------------- commit f88ca576baabd4517ec5766efa11b1e1fc8109af Author: David Mitchell <da...@iabyn.com> Date: Tue Feb 27 15:32:25 2018 +0000 op.h: remove spurious # define indent whitespace-only change ----------------------------------------------------------------------- Summary of changes: op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op.h b/op.h index 64668dcf0a..fc66e14a76 100644 --- a/op.h +++ b/op.h @@ -522,7 +522,7 @@ typedef enum { # define cMETHOPx_rclass(v) (cMETHOPx(v)->op_rclass_sv) #endif -# define cMETHOPx_meth(v) cSVOPx_sv(v) +#define cMETHOPx_meth(v) cSVOPx_sv(v) #define cGVOP_gv cGVOPx_gv(PL_op) #define cGVOPo_gv cGVOPx_gv(o) -- Perl5 Master Repository