summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2002-04-14 19:38:55 -0400
committerhv <hv@crypt.org>2002-08-17 01:20:05 +0000
commit6f12eb6d2a1dfaf441504d869b27d2e40ef4966a (patch)
tree33a62e71b7b14eaed1eb3674c22f3056c892a6f8 /av.h
parentaf288a606d0d98092d972aa99e1ea87fbb35d29e (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/av.h b/av.h
index beb7ea6eb7..beed09d26d 100644
--- a/av.h
+++ b/av.h
@@ -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"