summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-04-23 18:10:31 -0600
committerKarl Williamson <khw@cpan.org>2015-04-23 18:39:31 -0600
commit8560fbdd574815f9b1e6690cbac213446515ff2e (patch)
tree1630cee14362a5dfa71dae6910c3fcc2954ca077 /op.c
parenta31f9aef2d49956a5310036eb86435caf0e2dfb6 (diff)
downloadperl-8560fbdd574815f9b1e6690cbac213446515ff2e.tar.gz
perlapi: Wrap long verbatim lines to 79 columns
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index afaae61c75..1581f45811 100644
--- a/op.c
+++ b/op.c
@@ -11711,7 +11711,7 @@ The C-level function pointer is returned in I<*ckfun_p>, and an SV
argument for it is returned in I<*ckobj_p>. The function is intended
to be called in this manner:
- entersubop = (*ckfun_p)(aTHX_ entersubop, namegv, (*ckobj_p));
+ entersubop = (*ckfun_p)(aTHX_ entersubop, namegv, (*ckobj_p));
In this call, I<entersubop> is a pointer to the C<entersub> op,
which may be replaced by the check function, and I<namegv> is a GV