summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-26 08:06:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-26 08:06:39 +0000
commit3f872cb9b86492b28abfc3221567ac8cecfb2724 (patch)
treebff5dbb74b27ad5f707ebed48d6c71ec0a7a7b97 /opcode.pl
parenta6d7165678aed89f828954d0fcb2e714844ad7d6 (diff)
downloadperl-3f872cb9b86492b28abfc3221567ac8cecfb2724.tar.gz
patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
add B::OP::name() method that returns just the op_name; convert Deparse et all to use that instead of B::OP::ppaddr(); add support for OP_SETSTATE in Deparse p4raw-id: //depot/perl@3761
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 4804554c7e..f2b876d9f4 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -780,4 +780,4 @@ lock lock ck_rfun s% S
threadsv per-thread variable ck_null ds0
# Control (contd.)
-setstate set statement info ck_null 0
+setstate set statement info ck_null s;