summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@covalent.net>2002-06-09 09:49:25 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-09 23:25:04 +0000
commit59b4066285adfb32f43328ed52e37356d33be015 (patch)
tree3a016bc5c1debdf941b87869ae7e1ec06eef7e92 /sv.h
parentb238e82634f7c3c5500709c523a925d0d03b1f42 (diff)
downloadperl-59b4066285adfb32f43328ed52e37356d33be015.tar.gz
Re: unique attribute?
Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net> p4raw-id: //depot/perl@17153
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 6f95c46a84..39441b41dc 100644
--- a/sv.h
+++ b/sv.h
@@ -1206,4 +1206,5 @@ Returns a pointer to the character buffer.
struct clone_params {
AV* stashes;
UV flags;
+ PerlInterpreter *proto_perl;
};