diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2003-04-07 11:00:41 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-19 07:06:13 +0000 |
commit | dd28f7bb7eebdb0b562c940b3c4f89457e829ea6 (patch) | |
tree | fee71493033bb3c2057e0c4b474527a3abcfe7b1 /sv.h | |
parent | bfe0b8460c5710ac333ad9f60968a82600193679 (diff) | |
download | perl-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |