FindBin.pm on Win32 systems
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 0b186a8..31f018d 100644 (file)
--- 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