summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-07-12 10:25:32 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 17:44:29 +0000
commit261faec3797a0b3cc70d08a3592a0a69ab6ad814 (patch)
treed902eb4ed01a392da86c9828bf10f35635cc7f1c /regcomp.c
parentd2f185dc382d88c8937811f2dad1af55f70d3369 (diff)
downloadperl-261faec3797a0b3cc70d08a3592a0a69ab6ad814.tar.gz
Patch: document reg_data.what member
Message-ID: <20010712182532.14821.qmail@plover.com> p4raw-id: //depot/perl@11322
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index 209743e26a..575bd43124 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -4586,6 +4586,7 @@ Perl_pregfree(pTHX_ struct regexp *r)
SV** old_curpad;
while (--n >= 0) {
+ /* If you add a ->what type here, update the comment in regcomp.h */
switch (r->data->what[n]) {
case 's':
SvREFCNT_dec((SV*)r->data->data[n]);