Further tweaks to perluniintro.pod
[p5sagit/p5-mst-13.2.git] / av.h
diff --git a/av.h b/av.h
index beb7ea6..beed09d 100644 (file)
--- 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"