summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-01-12 08:10:01 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-01-12 10:43:39 +0100
commitb0f41c9d6ade8c0c442de989f3ec5ca13b773ff8 (patch)
tree38af75d33751f98da78026c33e60b3b5efa2ff67 /lib
parent963d9ce9328cdf8ad93ac7ab1d69b3613d5c4d1b (diff)
downloadperl-b0f41c9d6ade8c0c442de989f3ec5ca13b773ff8.tar.gz
Mention name of C constant in feature.pm for greppability
Diffstat (limited to 'lib')
-rw-r--r--lib/feature.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index 5802f00065..f951149e59 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -12,6 +12,7 @@ my %feature = (
# This gets set (for now) in $^H as well as in %^H,
# for runtime speed of the uc/lc/ucfirst/lcfirst functions.
+# See HINT_UNI_8_BIT in perl.h.
our $hint_uni8bit = 0x00000800;
# NB. the latest bundle must be loaded by the -E switch (see toke.c)