summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2003-04-07 11:00:41 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-19 07:06:13 +0000
commitdd28f7bb7eebdb0b562c940b3c4f89457e829ea6 (patch)
treefee71493033bb3c2057e0c4b474527a3abcfe7b1 /sv.h
parentbfe0b8460c5710ac333ad9f60968a82600193679 (diff)
downloadperl-dd28f7bb7eebdb0b562c940b3c4f89457e829ea6.tar.gz
allow recursive FETCHes
Message-ID: <20030407100041.A1617@fdgroup.com> p4raw-id: //depot/perl@19268
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 9a0cef72f5..f63d0580a6 100644
--- a/sv.h
+++ b/sv.h
@@ -274,7 +274,8 @@ struct xpvlv {
STRLEN xlv_targoff;
STRLEN xlv_targlen;
SV* xlv_targ;
- char xlv_type;
+ char xlv_type; /* k=keys .=pos x=substr v=vec /=join/re
+ * y=alem/helem/iter t=tie T=tied HE */
};
struct xpvgv {