summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>1999-05-29 10:45:10 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-29 20:05:40 +0000
commit357694d4fd6ce7d252837768d7e48ea3e7c73dfb (patch)
treebad21ca0eac43ab9e0a24eaad9294ed028323cb4 /op.h
parentdf284ca62f93ff88d4c63e48e99c91be1f08c052 (diff)
downloadperl-357694d4fd6ce7d252837768d7e48ea3e7c73dfb.tar.gz
PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
To: perl5-porters@perl.com Message-ID: <19990529184510.27557.qmail@plover.com> p4raw-id: //depot/cfgperl@3507
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index 125e115175..bb5bf87cbe 100644
--- a/op.h
+++ b/op.h
@@ -79,6 +79,7 @@ typedef U32 PADOFFSET;
/* On OP_ENTERSUB || OP_NULL, saw a "do". */
/* On OP_(ENTER|LEAVE)EVAL, don't clear $@ */
/* On OP_ENTERITER, loop var is per-thread */
+ /* On pushre, re is /\s+/ imp. by split " " */
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST