This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/DBM_Filter/t/encode.t: Generalize for non-ASCII platforms
[perl5.git] / av.h
diff --git a/av.h b/av.h
index 391ae36..dcd32cf 100644 (file)
--- a/av.h
+++ b/av.h
@@ -74,6 +74,7 @@ Same as C<av_top_index()>.
 #define AvREIFY_off(av)        (SvFLAGS(av) &= ~SVpav_REIFY)
 #define AvREIFY_only(av)       (AvREAL_off(av), SvFLAGS(av) |= SVpav_REIFY)
 
+
 #define AvREALISH(av)  (SvFLAGS(av) & (SVpav_REAL|SVpav_REIFY))
                                           
 #define AvFILL(av)     ((SvRMAGICAL((const SV *) (av))) \