X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=39441b41dcfec9afd94e242ab87351741b935e8b;hb=9df4da27fbed528c1795e76111bdb359928b1a63;hp=6f95c46a84f087bb22ab216627a23f7d92199bea;hpb=91f3b821ca3eaa8b7d74bb338729ba51b7b68a90;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index 6f95c46..39441b4 100644 --- a/sv.h +++ b/sv.h @@ -1206,4 +1206,5 @@ Returns a pointer to the character buffer. struct clone_params { AV* stashes; UV flags; + PerlInterpreter *proto_perl; };