summaryrefslogtreecommitdiff
path: root/pp_ctl.c
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
commit3ddcf04c0ce8e80ebac79bbf5bc3ba56e0756b06 (patch)
treea55c6ab8b1922f5f39527238a99df947fc6b0b35 /pp_ctl.c
parentecf8e9dde37ff8f382bf4756913bb8ab7f0dba8c (diff)
downloadperl-3ddcf04c0ce8e80ebac79bbf5bc3ba56e0756b06.tar.gz
tweak comment about @DB::args
p4raw-id: //depot/perl@6215
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 801f3f1ff1..06bb96447b 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1555,7 +1555,7 @@ PP(pp_caller)
PL_dbargs = GvAV(gv_AVadd(tmpgv = gv_fetchpv("DB::args", TRUE,
SVt_PVAV)));
GvMULTI_on(tmpgv);
- AvREAL_off(PL_dbargs); /* XXX Should be REIFY */
+ AvREAL_off(PL_dbargs); /* XXX should be REIFY (see av.h) */
}
if (AvMAX(PL_dbargs) < AvFILLp(ary) + off)