Better document the difference between a block and a script.
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 490b0fa..497a997 100644 (file)
--- a/op.h
+++ b/op.h
@@ -383,7 +383,7 @@ struct loop {
 
 #define Nullop Null(OP*)
 
-/* Lowest byte of PL_opargs */
+/* Lowest byte-and-a-bit of PL_opargs */
 #define OA_MARK 1
 #define OA_FOLDCONST 2
 #define OA_RETSCALAR 4