projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d431b
)
PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
author
Mark-Jason Dominus
<mjd@plover.com>
Fri, 16 Jun 2000 20:53:04 +0000
(16:53 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 23 Jun 2000 19:18:58 +0000
(19:18 +0000)
Message-ID: <
20000617005304
.8008.qmail@plover.com>
p4raw-id: //depot/cfgperl@6233
op.h
patch
|
blob
|
history
diff --git
a/op.h
b/op.h
index 081d10c0e88a053d000d75cba0846b35a914c0c0..86f2a0b5058df893d5929e29d8f90f5b73c4f9da 100644
(file)
--- a/
op.h
+++ b/
op.h
@@
-94,7
+94,8
@@
Deprecated. Use C<GIMME_V> instead.
/* On OP_EXISTS, treat av as av, not avhv. */
/* On OP_(ENTER|LEAVE)EVAL, don't clear $@ */
/* On OP_ENTERITER, loop var is per-thread */
- /* On pushre, re is /\s+/ imp. by split " " */
+ /* On pushre, re is /\s+/ imp. by split " " */
+ /* On regcomp, "use re 'eval'" was in scope */
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST