Fix for ID 20010619.002 "When building hash, hash keys that
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index 3727da1..4a4363b 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -1216,3 +1216,7 @@ Returns a pointer to the character buffer.
 #define CLONEf_COPY_STACKS 1
 #define CLONEf_KEEP_PTR_TABLE 2
 
+typedef struct {
+  AV* stashes;
+  UV  flags;
+} clone_params;