diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 08:06:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 08:06:39 +0000 |
commit | 3f872cb9b86492b28abfc3221567ac8cecfb2724 (patch) | |
tree | bff5dbb74b27ad5f707ebed48d6c71ec0a7a7b97 /opcode.h | |
parent | a6d7165678aed89f828954d0fcb2e714844ad7d6 (diff) | |
download | perl-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.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2147,7 +2147,7 @@ EXT U32 PL_opargs[] = { 0x0004281d, /* syscall */ 0x00003604, /* lock */ 0x00000044, /* threadsv */ - 0x00000000, /* setstate */ + 0x00001404, /* setstate */ }; #endif |