diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-27 00:24:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-27 00:24:36 +0000 |
commit | 0751242eaafbb1d4da04010bb6a03a1b0fa21f53 (patch) | |
tree | 66c1ba288cf7ddcd060ff722096ba46f2ea9cb86 /perl.h | |
parent | 6ed69aa9ac1b6ae50d879467364c5eae95d4860a (diff) | |
download | perl-0751242eaafbb1d4da04010bb6a03a1b0fa21f53.tar.gz |
sort tweaks from John P. Linderman.
p4raw-id: //depot/perl@13292
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3103,10 +3103,7 @@ enum { /* pass one of these to get_vtbl */ #define HINT_SORT_SORT_BITS 0x000000FF /* allow 256 different ones */ #define HINT_SORT_QUICKSORT 0x00000001 #define HINT_SORT_MERGESORT 0x00000002 -#define HINT_SORT_STABLE 0x00000100 /* sort styles */ -#define HINT_SORT_INSENSITIVE 0x00000200 -#define HINT_SORT_SAFE 0x00000300 /* stable and insensitive */ -#define HINT_SORT_FAST 0x00000400 /* damn the icebergs */ +#define HINT_SORT_STABLE 0x00000100 /* sort styles (currently one) */ /* Various states of the input record separator SV (rs) */ #define RsSNARF(sv) (! SvOK(sv)) |