X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=425acc38328632c1eebeec4fe31d848ab99a40c4;hb=c6b85e5d3668a89cd3bf3dfeefdf7162018b7166;hp=fa73a868b3408a2cfa2dee76cb0e943e3634be64;hpb=18e6b73a5fbc1457266f8212f295929b583e656d;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 */