summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-05-24 15:48:06 +0100
committerNicholas Clark <nick@ccl4.org>2010-05-24 15:48:06 +0100
commit1db366cc74404c47243e1d86efa59c6559db818e (patch)
tree4634af840a90024c203bc9d5eb0dd2228149ba82 /sv.h
parentf7abe70be985cb9179c2e728a593cb8a5c8e049d (diff)
downloadperl-1db366cc74404c47243e1d86efa59c6559db818e.tar.gz
Cleaner implementations for Perl_clone_params_{new,del}
Not source or binary compatible with maint-5.12.
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index cc7edb9049..744687a6a8 100644
--- a/sv.h
+++ b/sv.h
@@ -1939,6 +1939,7 @@ struct clone_params {
AV* stashes;
UV flags;
PerlInterpreter *proto_perl;
+ PerlInterpreter *new_perl;
};
/*