summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-27 00:24:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-27 00:24:36 +0000
commit0751242eaafbb1d4da04010bb6a03a1b0fa21f53 (patch)
tree66c1ba288cf7ddcd060ff722096ba46f2ea9cb86 /perl.h
parent6ed69aa9ac1b6ae50d879467364c5eae95d4860a (diff)
downloadperl-0751242eaafbb1d4da04010bb6a03a1b0fa21f53.tar.gz
sort tweaks from John P. Linderman.
p4raw-id: //depot/perl@13292
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index 7c51e93f43..c9d359c8f5 100644
--- a/perl.h
+++ b/perl.h
@@ -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))