Change sort routines so that both merge and quick sort can be loaded
authorChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1998 18:06:04 +0000 (18:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1998 18:06:04 +0000 (18:06 +0000)
commit701025c88aa71c651b90b52081224b711d461de8
tree81216e67a0d1182d495ca1ed3adb6ef6902d993a
parentb10799b3e29722ba3e612d843d63206e0b8177c1
Change sort routines so that both merge and quick sort can be loaded
at the same time.  As before, SORT and SORT! default to merge sort.
v7/src/runtime/msort.scm
v7/src/runtime/qsort.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg