summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-27 22:25:54 +0200
committerNicholas Clark <nick@ccl4.org>2010-10-27 22:25:54 +0200
commit823eff14796506a375b3ab88617fa2bf292db296 (patch)
treed214e8f82f457eae580b23684e12ed1892fd7aa6 /op.h
parente0ab66ad951f554456c7845a38622f655a76bd5b (diff)
downloadperl-823eff14796506a375b3ab88617fa2bf292db296.tar.gz
Remove THREADSV_NAMES, part of 5005 threads that the chainsaw missed.
Also remove the documentation of OPf_SPECIAL for OP_ENTERITER, as that was only for 5.005 threads. Stop B::Deparse misinterpreting OPf_SPECIAL on OP_ENTERITER.
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.h b/op.h
index dba5f0886a..a10069bfa0 100644
--- a/op.h
+++ b/op.h
@@ -123,7 +123,6 @@ Deprecated. Use C<GIMME_V> instead.
/* On OP_ENTERSUB || OP_NULL, saw a "do". */
/* 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, rx is used as part of split, e.g. split " " */
/* On regcomp, "use re 'eval'" was in scope */
/* On OP_READLINE, was <$filehandle> */