summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-06-08 14:33:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-06-08 14:33:04 +0000
commit5bfd32d0681111fb90886828329436031e21c9c7 (patch)
treea55c6ab8b1922f5f39527238a99df947fc6b0b35 /av.h
parent2820a7f05302dca3706cff9aea202763f051eca1 (diff)
downloadperl-5bfd32d0681111fb90886828329436031e21c9c7.tar.gz
tweak comment about @DB::args
p4raw-id: //depot/perl@6215
Diffstat (limited to 'av.h')
-rw-r--r--av.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/av.h b/av.h
index 6b66bfd1b1..4a184302ef 100644
--- a/av.h
+++ b/av.h
@@ -32,8 +32,8 @@ struct xpvav {
* real if the array needs to be modified in some way. Functions that
* modify fake AVs check both flags to call av_reify() as appropriate.
*
- * Note that the Perl stack has neither flag set. (Thus, items that go
- * on the stack are never refcounted.)
+ * Note that the Perl stack and @DB::args have neither flag set. (Thus,
+ * items that go on the stack are never refcounted.)
*
* These internal details are subject to change any time. AV
* manipulations external to perl should not care about any of this.