Skip to content

Commit b761f96

Browse files
committed
perlguts: the type is Perl_OpDumpContext
which I missed in the review of #22572 but found when I tried to use it.
1 parent 48a9ff4 commit b761f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pod/perlguts.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3938,9 +3938,9 @@ I<oldop> is the previous OP optimized, whose C<op_next> points to I<o>.
39383938
=item xop_dump
39393939

39403940
This member is a pointer to a function of type
3941-
C<void (pTHX_ OP *, struct OpDumpContext *)>. If set, this function is called
3942-
by C<op_dump()> when dumping a custom operator of this type, after the op's
3943-
basic fields have been printed. This function may make use of
3941+
C<void (pTHX_ OP *, struct Perl_OpDumpContext *)>. If set, this function is
3942+
called by C<op_dump()> when dumping a custom operator of this type, after
3943+
the op's basic fields have been printed. This function may make use of
39443944
C<opdump_printf()> to emit additional output that may be useful for debugging.
39453945

39463946
The opaque structure pointer passed in as its final argument should be passed

0 commit comments

Comments
 (0)