diff options
author | Andy Lester <andy@petdance.com> | 2005-06-16 04:13:42 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-16 13:55:18 +0000 |
commit | a6e20a404b42cad25eb97280fa2bcacffda64cd6 (patch) | |
tree | becab207af03fe0a26c7ec2809551b75b0302163 /av.c | |
parent | 0dea61d9463d40d400a2f349f672ec0d9dcba752 (diff) | |
download | perl-a6e20a404b42cad25eb97280fa2bcacffda64cd6.tar.gz |
Removing /*SUPPRESS xxx*/
Message-ID: <20050616141342.GA22188@petdance.com>
p4raw-id: //depot/perl@24871
Diffstat (limited to 'av.c')
-rw-r--r-- | av.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -445,7 +445,6 @@ Perl_av_clear(pTHX_ register AV *av) #endif if (!av) return; - /*SUPPRESS 560*/ if (SvREADONLY(av)) Perl_croak(aTHX_ PL_no_modify); @@ -489,7 +488,6 @@ Perl_av_undef(pTHX_ register AV *av) { if (!av) return; - /*SUPPRESS 560*/ /* Give any tie a chance to cleanup first */ if (SvTIED_mg((SV*)av, PERL_MAGIC_tied)) |