X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=425acc38328632c1eebeec4fe31d848ab99a40c4;hb=a6c71b5b9462db13c7bb2cd263cee5995315784c;hp=fa73a868b3408a2cfa2dee76cb0e943e3634be64;hpb=914184e127659d74e06479dfe3f4f7da0f8315c4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index fa73a86..425acc3 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 sv { +struct STRUCT_SV { void* sv_any; /* pointer to something */ U32 sv_refcnt; /* how many references to us */ U32 sv_flags; /* what we are */