summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-06-27 09:21:27 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-02 13:25:40 +0000
commit7fb3795116dd07b7f236652a03ac53946b1af7cf (patch)
treeddf0f84c3ced4f193c2e9b22e9372710806cd305 /toke.c
parentfd90a50dd9dd98650b54e33f8b9a3e77bcbf54b8 (diff)
downloadperl-7fb3795116dd07b7f236652a03ac53946b1af7cf.tar.gz
Re: [PATH] shared -> unique;
Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org> p4raw-id: //depot/perl@11089
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 55f656a91c..751253e8e1 100644
--- a/toke.c
+++ b/toke.c
@@ -3092,7 +3092,7 @@ Perl_yylex(pTHX)
CvMETHOD_on(PL_compcv);
#ifdef USE_ITHREADS
else if (PL_in_my == KEY_our && len == 6 && strnEQ(s, "unique", len))
- GvSHARED_on(cGVOPx_gv(yylval.opval));
+ GvUNIQUE_on(cGVOPx_gv(yylval.opval));
#endif
/* After we've set the flags, it could be argued that
we don't need to do the attributes.pm-based setting