summaryrefslogtreecommitdiff
path: root/op.h
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 /op.h
parent137225782c183172f360c827424b9b9f8adbef0e (diff)
downloadperl-4369b1735f5aa251358acad5be8ee26dfbfb02ef.tar.gz
remaining PL_foo stragglers
p4raw-id: //depot/perl@2145
Diffstat (limited to 'op.h')
-rw-r--r--op.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/op.h b/op.h
index 0b186a89db..31f018d6e4 100644
--- a/op.h
+++ b/op.h
@@ -285,7 +285,7 @@ struct loop {
#define Nullop Null(OP*)
-/* Lowest byte of opargs */
+/* Lowest byte of PL_opargs */
#define OA_MARK 1
#define OA_FOLDCONST 2
#define OA_RETSCALAR 4
@@ -316,7 +316,7 @@ struct loop {
#define OASHIFT 12
-/* Remaining nybbles of opargs */
+/* Remaining nybbles of PL_opargs */
#define OA_SCALAR 1
#define OA_LIST 2
#define OA_AVREF 3