diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2002-04-14 19:38:55 -0400 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-17 01:20:05 +0000 |
commit | 6f12eb6d2a1dfaf441504d869b27d2e40ef4966a (patch) | |
tree | 33a62e71b7b14eaed1eb3674c22f3056c892a6f8 /av.h | |
parent | af288a606d0d98092d972aa99e1ea87fbb35d29e (diff) | |
download | perl-6f12eb6d2a1dfaf441504d869b27d2e40ef4966a.tar.gz |
Negative subscripts optionally passed to tied array methods
Message-id: <20020415033855.6343.qmail@plover.com>
p4raw-id: //depot/perl@17727
Diffstat (limited to 'av.h')
-rw-r--r-- | av.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,3 +83,4 @@ Same as C<av_len()>. Deprecated, use C<av_len()> instead. #define AvFILL(av) ((SvRMAGICAL((SV *) (av))) \ ? mg_size((SV *) av) : AvFILLp(av)) +#define NEGATIVE_INDICES_VAR "NEGATIVE_INDICES" |