diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-03-04 20:33:44 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-03-04 20:33:44 +0000 |
commit | 722969e2558105c9a60bf5758cf8dd5f3eedca60 (patch) | |
tree | 8a1dcf7ce8f875ec05b23ec49b9180a3115ce15a /pp_proto.h | |
parent | 6cd6e77025a610090e5c95f9e958636e90f647bd (diff) | |
download | perl-722969e2558105c9a60bf5758cf8dd5f3eedca60.tar.gz |
retract 22328 and 22332: deprecation warning for my $x if foo
p4raw-id: //depot/perl@22433
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_proto.h b/pp_proto.h index 9b9b7c16bf..2f457c37fd 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -38,7 +38,6 @@ PERL_CKDEF(Perl_ck_shift) PERL_CKDEF(Perl_ck_sort) PERL_CKDEF(Perl_ck_spair) PERL_CKDEF(Perl_ck_split) -PERL_CKDEF(Perl_ck_state) PERL_CKDEF(Perl_ck_subr) PERL_CKDEF(Perl_ck_substr) PERL_CKDEF(Perl_ck_svconst) |