* eliminated OP_SETSTATE also in comments
Slaven Rezic [Mon, 29 Mar 2010 20:19:37 +0000 (22:19 +0200)]
op.h

diff --git a/op.h b/op.h
index 25b59ea..2109891 100644 (file)
--- a/op.h
+++ b/op.h
@@ -153,7 +153,7 @@ Deprecated.  Use C<GIMME_V> instead.
              : G_SCALAR)                                               \
           : dowantarray())
 
-/* NOTE: OP_NEXTSTATE, OP_DBSTATE, and OP_SETSTATE (i.e. COPs) carry lower
+/* NOTE: OP_NEXTSTATE and OP_DBSTATE (i.e. COPs) carry lower
  * bits of PL_hints in op_private */
 
 /* Private for lvalues */