From: Nicholas Clark Date: Wed, 25 Dec 2002 21:01:04 +0000 (+0000) Subject: docpatch for cv.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b84cd2cbc1e1e5656828228b9350e1406e9c3890;p=p5sagit%2Fp5-mst-13.2.git docpatch for cv.h Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18354 --- diff --git a/cv.h b/cv.h index 6e8383a..6e47141 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 */