summaryrefslogtreecommitdiff
path: root/perl.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 /perl.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 'perl.h')
-rw-r--r--perl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 41ea32e3b2..be0c8ff2ac 100644
--- a/perl.h
+++ b/perl.h
@@ -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))