up patchlevel &c
[p5sagit/p5-mst-13.2.git] / av.h
diff --git a/av.h b/av.h
index fd34cb0..bef763d 100644 (file)
--- a/av.h
+++ b/av.h
@@ -1,6 +1,6 @@
 /*    av.h
  *
- *    Copyright (c) 1991-1998, Larry Wall
+ *    Copyright (c) 1991-1999, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -47,6 +47,5 @@ struct xpvav {
 #define AvREALISH(av)  (AvFLAGS(av) & (AVf_REAL|AVf_REIFY))
                                           
 #define AvFILL(av)     ((SvRMAGICAL((SV *) (av))) \
-                           ? mg_size((SV *) av) \
-                           : AvFILLp(av))
+                         ? mg_size((SV *) av) : AvFILLp(av))