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-Tag: perl-5.9.3~1136 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/6b514a0d693c3972afe865013c60b5994c1c323c 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