eliminate HINT_HH_FOR_EVAL
[p5sagit/p5-mst-13.2.git] / lib / sort.pm
index ded62c1..326724b 100644 (file)
@@ -5,7 +5,7 @@ our $VERSION = '2.00';
 # The hints for pp_sort are now stored in $^H{sort}; older versions
 # of perl used the global variable $sort::hints. -- rjh 2005-12-19
 
-$sort::hint_bits = 0x04020000; # HINT_LOCALIZE_HH | HINT_HH_FOR_EVAL
+$sort::hint_bits = 0x00020000; # HINT_LOCALIZE_HH
 
 $sort::quicksort_bit   = 0x00000001;
 $sort::mergesort_bit   = 0x00000002;