summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2002-12-25 21:01:04 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-12-26 03:54:09 +0000
commitb84cd2cbc1e1e5656828228b9350e1406e9c3890 (patch)
tree036d15198c4e4028c36fcbbafd38e2d6c1a3a4ef /cv.h
parent38d8b13e2cf63eac648d6b8654a26ba4d3c27102 (diff)
downloadperl-b84cd2cbc1e1e5656828228b9350e1406e9c3890.tar.gz
docpatch for cv.h
Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18354
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv.h b/cv.h
index 6e8383a20a..6e471413ff 100644
--- a/cv.h
+++ b/cv.h
@@ -11,7 +11,7 @@
* in sv.h */
struct xpvcv {
- char * xpv_pv; /* pointer to malloced string */
+ char * xpv_pv; /* pointer to malloced string (for prototype) */
STRLEN xpv_cur; /* length of xp_pv as a C string */
STRLEN xpv_len; /* allocated size */
IV xof_off; /* integer value */