summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-12 16:19:01 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-12 16:23:50 -0700
commita8bd1c847f8091d5e38e7fc71669faa40543bdf9 (patch)
treeebae008ee8e4f06b094c4321e3ea4a630f254790 /op.c
parent819b004ed974e0fe5ac23e956c3830dcc56b7c3e (diff)
downloadperl-a8bd1c847f8091d5e38e7fc71669faa40543bdf9.tar.gz
op.c: Document newGIVENOP(..., 0)
Something I missed in b5a648148c.
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 9e176ad94c..a072b29e80 100644
--- a/op.c
+++ b/op.c
@@ -6648,7 +6648,7 @@ I<cond> supplies the expression that will be locally assigned to a lexical
variable, and I<block> supplies the body of the C<given> construct; they
are consumed by this function and become part of the constructed op tree.
I<defsv_off> is the pad offset of the scalar lexical variable that will
-be affected.
+be affected. If it is 0, the global $_ will be used.
=cut
*/