From: Rafael Garcia-Suarez Date: Mon, 26 Sep 2005 14:22:43 +0000 (+0000) Subject: Document the new meaning of OPf_SPECIAL on OP_REQUIRE X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b514a0d693c3972afe865013c60b5994c1c323c;p=p5sagit%2Fp5-mst-13.2.git Document the new meaning of OPf_SPECIAL on OP_REQUIRE p4raw-id: //depot/perl@25600 --- diff --git a/op.h b/op.h index 2c4937f..6482d20 100644 --- a/op.h +++ b/op.h @@ -109,6 +109,7 @@ Deprecated. Use C 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