summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-07-26 17:11:23 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2022-08-03 09:52:06 +0100
commitc47242c255ce659acb89a8d155b93d611ea787bc (patch)
treed28fa6ac888d5475a438b37e47fc516eaaae6a47 /dump.c
parentfab1abc517d5cbb1b03bf845006c3a5b2c9cf3b5 (diff)
downloadperl-c47242c255ce659acb89a8d155b93d611ea787bc.tar.gz
Define the remaining convenience cMETHOP* macros
Several of these were missing: cMETHOP, cMETHOPo, kMETHOP Also, the field-accessing ones: cMETHOP_meth cMETHOP_rclass cMETHOPo_meth cMETHOPo_rclass This commit adds them all, and use them to neaten other code where appropriate.
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index cd408eb016..232130be39 100644
--- a/dump.c
+++ b/dump.c
@@ -1255,7 +1255,7 @@ S_do_op_dump_bar(pTHX_ I32 level, UV bar, PerlIO *file, const OP *o)
/* with ITHREADS, consts are stored in the pad, and the right pad
* may not be active here, so skip */
S_opdump_indent(aTHX_ o, level, bar, file, "SV = %s\n",
- SvPEEK(cMETHOPx_meth(o)));
+ SvPEEK(cMETHOPo_meth));
#endif
break;
case OP_NULL: