summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index 3727da14ed..4a4363befd 100644
--- 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;