doc 1e6ffe
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index cc7edb9..3f31920 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -1939,6 +1939,8 @@ struct clone_params {
   AV* stashes;
   UV  flags;
   PerlInterpreter *proto_perl;
+  PerlInterpreter *new_perl;
+  AV *unreferenced;
 };
 
 /*