summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-26 14:22:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-26 14:22:43 +0000
commit6b514a0d693c3972afe865013c60b5994c1c323c (patch)
tree4f8b92f9c688641bd0df772e7640f79e0b66c365
parenta72a1c8b669f627c80c2fa5d710eb7980a143476 (diff)
downloadperl-6b514a0d693c3972afe865013c60b5994c1c323c.tar.gz
Document the new meaning of OPf_SPECIAL on OP_REQUIRE
p4raw-id: //depot/perl@25600
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index 2c4937f1d9..6482d20fee 100644
--- 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