From dc333d646a9558aeba3e1eead33465178e854942 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 18 Feb 2000 03:57:43 +0000 Subject: Compiler fixups from Jan Dubois p4raw-id: //depot/perl@5125 --- ext/B/B.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/B/B.pm') 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 -- cgit v1.2.1