Loading util/mkstack.pl +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ while(<IN>) { 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 .= <<EOF; Loading Loading
util/mkstack.pl +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ while(<IN>) { 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 .= <<EOF; Loading