summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-30 18:46:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-30 18:46:58 +0000
commit4369b1735f5aa251358acad5be8ee26dfbfb02ef (patch)
tree0cee59eb8ff8c07b8b6deadecf48bd1ef765175c /doio.c
parent137225782c183172f360c827424b9b9f8adbef0e (diff)
downloadperl-4369b1735f5aa251358acad5be8ee26dfbfb02ef.tar.gz
remaining PL_foo stragglers
p4raw-id: //depot/perl@2145
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doio.c b/doio.c
index f0f7aa7fca..0cdf87d68a 100644
--- a/doio.c
+++ b/doio.c
@@ -1444,7 +1444,7 @@ do_ipcget(I32 optype, SV **mark, SV **sp)
#endif
#if !defined(HAS_MSG) || !defined(HAS_SEM) || !defined(HAS_SHM)
default:
- croak("%s not implemented", op_desc[optype]);
+ croak("%s not implemented", PL_op_desc[optype]);
#endif
}
return -1; /* should never happen */
@@ -1501,7 +1501,7 @@ do_ipcctl(I32 optype, SV **mark, SV **sp)
#endif
#if !defined(HAS_MSG) || !defined(HAS_SEM) || !defined(HAS_SHM)
default:
- croak("%s not implemented", op_desc[optype]);
+ croak("%s not implemented", PL_op_desc[optype]);
#endif
}