From: Rafael Garcia-Suarez Date: Tue, 12 Jan 2010 07:10:01 +0000 (+0100) Subject: Mention name of C constant in feature.pm for greppability X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0f41c9d6ade8c0c442de989f3ec5ca13b773ff8;p=p5sagit%2Fp5-mst-13.2.git Mention name of C constant in feature.pm for greppability --- diff --git a/lib/feature.pm b/lib/feature.pm index 5802f00..f951149 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)