diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-27 22:25:54 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-27 22:25:54 +0200 |
commit | 823eff14796506a375b3ab88617fa2bf292db296 (patch) | |
tree | d214e8f82f457eae580b23684e12ed1892fd7aa6 /op.h | |
parent | e0ab66ad951f554456c7845a38622f655a76bd5b (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> */ |