X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=74a47d0a39ae4e1a2678212b31b1f1264b9c8db0;hb=23131aa47a1f039c7b6f6bb5dd48b8406773ecac;hp=a41e9b8d054876b200b01b9e273e348f78b7276d;hpb=246699ca5e3af04fcf52cf11c1535421dd986e59;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index a41e9b8..74a47d0 100644 --- a/sv.h +++ b/sv.h @@ -322,7 +322,7 @@ struct xpvbm { U8 xbm_rare; /* rarest character in string */ }; -/* This structure must match XPVCV in cv.h */ +/* This structure much match XPVCV in cv.h */ typedef U16 cv_flags_t; @@ -350,7 +350,6 @@ struct xpvfm { struct perl_thread *xcv_owner; /* current owner thread */ #endif /* USE_THREADS */ cv_flags_t xcv_flags; - HV * xcv_defstash; I32 xfm_lines; };