summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-23 20:46:00 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-24 09:25:21 -0800
commit6389c77752f6ccdaf7373d97ae65079e9f58d270 (patch)
tree8b659aea2835563efd8ead32bbcbfd185c99f318 /regen
parent6d5e92cd815e54c7272b7f63bc855bc25943ce9e (diff)
downloadperl-6389c77752f6ccdaf7373d97ae65079e9f58d270.tar.gz
use VERSION needs to enable uni8bit hint
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index d862b7cc3b..cea90fb393 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -300,6 +300,10 @@ for (reverse @HintedBundles[1..$#HintedBundles]) { # skip default
print $h <<EOJ;
FEATURE_BUNDLE_DEFAULT
) << HINT_FEATURE_SHIFT;
+ /* special case */
+ assert(PL_curcop == &PL_compiling);
+ if (FEATURE_UNICODE_IS_ENABLED) PL_hints |= HINT_UNI_8_BIT;
+ else PL_hints &= ~HINT_UNI_8_BIT;
}
#endif /* PERL_IN_OP_C */
EOJ