Mention name of C constant in feature.pm for greppability
authorRafael Garcia-Suarez <rgs@consttype.org>
Tue, 12 Jan 2010 07:10:01 +0000 (08:10 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 12 Jan 2010 09:43:39 +0000 (10:43 +0100)
lib/feature.pm

index 5802f00..f951149 100644 (file)
@@ -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)