From 88f4f91260653865a5cf668dac95156b37192352 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 9 Jul 2015 12:44:46 +0100 Subject: [PATCH] Sort @sstacklst correctly. Reviewed-by: Rich Salz --- util/mkstack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mkstack.pl b/util/mkstack.pl index 073902759c..8daa1f8551 100755 --- a/util/mkstack.pl +++ b/util/mkstack.pl @@ -283,7 +283,7 @@ foreach $type_thing (sort @stacklst) { EOF } -foreach $type_thing (sort @sstacklst) { +foreach $type_thing (sort { $a->[0] cmp $b->[0]} @sstacklst) { my $t1 = $type_thing->[0]; my $t2 = $type_thing->[1]; $new_stackfile .= <