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 /opcode.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 'opcode.h')
-rw-r--r-- | opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1291,8 +1291,8 @@ EXT OP * (CPERLscope(*PL_check)[]) (pTHX_ OP *op) = { MEMBER_TO_FPTR(Perl_ck_die), /* die */ MEMBER_TO_FPTR(Perl_ck_fun), /* reset */ MEMBER_TO_FPTR(Perl_ck_null), /* lineseq */ - MEMBER_TO_FPTR(Perl_ck_state), /* nextstate */ - MEMBER_TO_FPTR(Perl_ck_state), /* dbstate */ + MEMBER_TO_FPTR(Perl_ck_null), /* nextstate */ + MEMBER_TO_FPTR(Perl_ck_null), /* dbstate */ MEMBER_TO_FPTR(Perl_ck_null), /* unstack */ MEMBER_TO_FPTR(Perl_ck_null), /* enter */ MEMBER_TO_FPTR(Perl_ck_null), /* leave */ |