docpatch for cv.h
authorNicholas Clark <nick@ccl4.org>
Wed, 25 Dec 2002 21:01:04 +0000 (21:01 +0000)
committerAbhijit Menon-Sen <ams@wiw.org>
Thu, 26 Dec 2002 03:54:09 +0000 (03:54 +0000)
Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18354

cv.h

diff --git a/cv.h b/cv.h
index 6e8383a..6e47141 100644 (file)
--- 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 */