summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-02-17 23:30:50 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-02-17 23:30:50 +0000
commitdc9aa44637d2171ba3efbf36c71e8591a7ce05d7 (patch)
tree89e779252a08db19466b5562dc06e0b9e321738d /pp_proto.h
parentbe56ab1f8df33612d7b40c6ada095aa7922d7626 (diff)
downloadperl-dc9aa44637d2171ba3efbf36c71e8591a7ce05d7.tar.gz
add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
p4raw-id: //depot/perl@22328
Diffstat (limited to 'pp_proto.h')
-rw-r--r--pp_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h
index 2f457c37fd..9b9b7c16bf 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -38,6 +38,7 @@ 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)