This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
* eliminated OP_SETSTATE also in comments
authorSlaven Rezic <slaven@rezic.de>
Mon, 29 Mar 2010 20:19:37 +0000 (22:19 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 13 Apr 2010 15:02:34 +0000 (17:02 +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 */