X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=74a47d0a39ae4e1a2678212b31b1f1264b9c8db0;hb=27713a047c8e9e901eeddf0155f554c629a9f4a4;hp=0085b368accebfc0857696e07bb508341bd4db65;hpb=c43294b8228352af5778f0b0d7935ff67661117e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index 0085b36..74a47d0 100644 --- a/sv.h +++ b/sv.h @@ -61,7 +61,7 @@ typedef enum { /* Using C's structural equivalence to help emulate C++ inheritance here... */ -struct STRUCT_SV { +struct STRUCT_SV { /* struct sv { */ void* sv_any; /* pointer to something */ U32 sv_refcnt; /* how many references to us */ U32 sv_flags; /* what we are */