summaryrefslogtreecommitdiff
path: root/ext/re
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-12 07:38:32 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-12 07:38:32 +0100
commita049506658d2a1f1262d7635971158f305c441f6 (patch)
treee91557a5668e2d6399fc93514123e7c39d084dde /ext/re
parentbc72ff4919d7f1638a7ea29ecb264459926b1933 (diff)
downloadperl-a049506658d2a1f1262d7635971158f305c441f6.tar.gz
re.pm will load under miniperl, so don't hard-code its values into ParseXS
(There's special-case code in the core to make re.pm available early as lib/re.pm, as it's needed by other modules in the XS toolchain, so we don't need a special case and attendant fragility in ExtUtils::ParseXS)
Diffstat (limited to 'ext/re')
-rw-r--r--ext/re/re.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm
index 54d504f55e..742a018f86 100644
--- a/ext/re/re.pm
+++ b/ext/re/re.pm
@@ -23,11 +23,6 @@ my %bitmask = (
# - File::Basename contains a literal for 'taint' as a fallback. If
# taint is changed here, File::Basename must be updated as well.
#
-# - ExtUtils::ParseXS uses a hardcoded
-# BEGIN { $^H |= 0x00200000 }
-# in it to allow re.xs to be built. So if 'eval' is changed here then
-# ExtUtils::ParseXS must be changed as well.
-#
# *** WARNING *** WARNING *** WARNING *** WARNING *** WARNING ***
sub setcolor {