summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B.pm2
-rw-r--r--ext/IPC/SysV/SysV.xs2
-rw-r--r--ext/Opcode/Opcode.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 562f56bc33..0fff04de87 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -578,7 +578,7 @@ This returns the function name as a string (e.g. pp_add, pp_rv2av).
=item desc
-This returns the op description from the global C op_desc array
+This returns the op description from the global C PL_op_desc array
(e.g. "addition" "array deref").
=item targ
diff --git a/ext/IPC/SysV/SysV.xs b/ext/IPC/SysV/SysV.xs
index cda71707ad..1f87a4d46e 100644
--- a/ext/IPC/SysV/SysV.xs
+++ b/ext/IPC/SysV/SysV.xs
@@ -195,7 +195,7 @@ ftok(path, id)
key_t k = ftok(path, id);
ST(0) = k == (key_t) -1 ? &PL_sv_undef : sv_2mortal(newSViv(k));
#else
- DIE(no_func, "ftok");
+ DIE(PL_no_func, "ftok");
#endif
int
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm
index 0ee6be6955..533e6af3e4 100644
--- a/ext/Opcode/Opcode.pm
+++ b/ext/Opcode/Opcode.pm
@@ -130,7 +130,7 @@ Your mileage will vary. If in any doubt B<do not use it>.
=head1 Operator Names and Operator Lists
The canonical list of operator names is the contents of the array
-op_name defined and initialised in file F<opcode.h> of the Perl
+PL_op_name defined and initialised in file F<opcode.h> of the Perl
source distribution (and installed into the perl library).
Each operator has both a terse name (its opname) and a more verbose or