diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-18 03:57:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-18 03:57:43 +0000 |
commit | dc333d646a9558aeba3e1eead33465178e854942 (patch) | |
tree | 1e4350e07b72e5e135809ecba5ade394d0b40491 /ext/B/B.pm | |
parent | bfe546ed7c7a66739ffa94d9408047bb87271632 (diff) | |
download | perl-dc333d646a9558aeba3e1eead33465178e854942.tar.gz |
Compiler fixups from Jan Dubois
p4raw-id: //depot/perl@5125
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 8c46479c75..38e56a8b1b 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -572,8 +572,8 @@ This returns the op name as a string (e.g. "add", "rv2av"). =item ppaddr -This returns the function name as a string (e.g. Perl_pp_add, -Perl_pp_rv2av). +This returns the function name as a string (e.g. "PL_ppaddr[OP_ADD]", +"PL_ppaddr[OP_RV2AV]"). =item desc |