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 /perl.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 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4218,9 +4218,6 @@ typedef OP* (*PPADDR_t[]) (pTHX); typedef bool (*destroyable_proc_t) (pTHX_ SV *sv); typedef void (*despatch_signals_proc_t) (pTHX); -/* _ (for $_) must be first in the following list (DEFSV requires it) */ -#define THREADSV_NAMES "_123456789&`'+/.,\\\";^-%=|~:\001\005!@" - /* NeXT has problems with crt0.o globals */ #if defined(__DYNAMIC__) && \ (defined(NeXT) || defined(__NeXT__) || defined(PERL_DARWIN)) |