summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-01-14 18:49:25 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-01-14 18:49:25 +0000
commita60c0954410db87be540ee8439afcd54350bbb8e (patch)
tree1a39a6e0941f3c706efe727a664534cce93143ee /av.h
parent1393e20655efb4bcc2062605bfe887dd5e634bc1 (diff)
downloadperl-a60c0954410db87be540ee8439afcd54350bbb8e.tar.gz
TIEARRAY updates - almost works ...
p4raw-id: //depot/ansiperl@424
Diffstat (limited to 'av.h')
-rw-r--r--av.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/av.h b/av.h
index fd34cb0dbc..8de81f42e4 100644
--- a/av.h
+++ b/av.h
@@ -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))