summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
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"