X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=acb4fe6473d9134ecf543f9fca1a28886edad7a7;hb=4df4e287246babaf287cf6336ca862ceeead8e46;hp=75cf82d82071ac40a8527b1044db7b21bb67d23a;hpb=6a93a7e5bbd9f0bd3bf729ac738270ae82ef9448;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index 75cf82d..acb4fe6 100644 --- a/sv.h +++ b/sv.h @@ -116,7 +116,7 @@ struct cv { }; struct av { - _SV_HEAD(XPVAV*); /* pointer to xpvcv body */ + _SV_HEAD(XPVAV*); /* pointer to xpvav body */ _SV_HEAD_UNION; }; @@ -131,7 +131,7 @@ struct io { }; #undef _SV_HEAD -#undef _SV_HEAD_UNION /* insure no pollution */ +#undef _SV_HEAD_UNION /* ensure no pollution */ /* =head1 SV Manipulation Functions