diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-14 17:32:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-14 17:32:48 +0000 |
commit | df9a60198135b900e391b399c4576b1b17f56902 (patch) | |
tree | 7dd0620ab5d5895c40a61313b3c4028f1acec8f5 /toke.c | |
parent | 1108974dc425da181c3fc8be06ee65371f6439d6 (diff) | |
download | perl-df9a60198135b900e391b399c4576b1b17f56902.tar.gz |
Deprecate :unique even with threads
p4raw-id: //depot/perl@27499
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4027,8 +4027,8 @@ Perl_yylex(pTHX) GvUNIQUE_on(cGVOPx_gv(yylval.opval)); #else /* skip to avoid loading attributes.pm */ - deprecate(":unique"); #endif + deprecate(":unique"); } else Perl_croak(aTHX_ "The 'unique' attribute may only be applied to 'our' variables"); |