diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-05-24 15:48:06 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-24 15:48:06 +0100 |
commit | 1db366cc74404c47243e1d86efa59c6559db818e (patch) | |
tree | 4634af840a90024c203bc9d5eb0dd2228149ba82 /sv.h | |
parent | f7abe70be985cb9179c2e728a593cb8a5c8e049d (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1939,6 +1939,7 @@ struct clone_params { AV* stashes; UV flags; PerlInterpreter *proto_perl; + PerlInterpreter *new_perl; }; /* |