diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-26 14:22:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-26 14:22:43 +0000 |
commit | 6b514a0d693c3972afe865013c60b5994c1c323c (patch) | |
tree | 4f8b92f9c688641bd0df772e7640f79e0b66c365 | |
parent | a72a1c8b669f627c80c2fa5d710eb7980a143476 (diff) | |
download | perl-6b514a0d693c3972afe865013c60b5994c1c323c.tar.gz |
Document the new meaning of OPf_SPECIAL on OP_REQUIRE
p4raw-id: //depot/perl@25600
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |