summaryrefslogtreecommitdiff
path: root/proto.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 /proto.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 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index aafb94f6c8..e201596cf1 100644
--- a/proto.h
+++ b/proto.h
@@ -1275,7 +1275,7 @@ STATIC int S_sv_2iuv_non_preserve(pTHX_ SV *sv, I32 numtype);
STATIC I32 S_expect_number(pTHX_ char** pattern);
#
# if defined(USE_ITHREADS)
-STATIC SV* S_gv_share(pTHX_ SV *sv);
+STATIC SV* S_gv_share(pTHX_ SV *sv, CLONE_PARAMS *param);
# endif
#endif