This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document the new meaning of OPf_SPECIAL on OP_REQUIRE
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 26 Sep 2005 14:22:43 +0000 (14:22 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 26 Sep 2005 14:22:43 +0000 (14:22 +0000)
p4raw-id: //depot/perl@25600

op.h

diff --git a/op.h b/op.h
index 2c4937f..6482d20 100644 (file)
--- a/op.h
+++ b/op.h
@@ -109,6 +109,7 @@ Deprecated.  Use C<GIMME_V> instead.
                                /*  On OP_DBSTATE, indicates breakpoint
                                 *    (runtime property) */
                                /*  On OP_AELEMFAST, indiciates pad var */
+                               /*  On OP_REQUIRE, was seen as CORE::require */
 
 /* old names; don't use in new code, but don't break them, either */
 #define OPf_LIST       OPf_WANT_LIST