X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=74a47d0a39ae4e1a2678212b31b1f1264b9c8db0;hb=23131aa47a1f039c7b6f6bb5dd48b8406773ecac;hp=4a4363befdbb99afc539740ed9649843dbb0b621;hpb=d2d73c3ec87c4412e7e67142070015e92c5112b0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index 4a4363b..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 */ @@ -1215,6 +1215,7 @@ Returns a pointer to the character buffer. #define CLONEf_COPY_STACKS 1 #define CLONEf_KEEP_PTR_TABLE 2 +#define CLONEf_CLONE_HOST 4 typedef struct { AV* stashes;