sys-base.lisp: Use not-deprecated function for quitting SBCL.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 14 Apr 2016 14:38:24 +0000 (15:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Apr 2016 14:38:24 +0000 (15:38 +0100)
commit61c2b752793803bdc4a37ce3477c7f1ecce1f906
treeb5092dd5daa0138e642003d9a90b57385c4ddb81
parent4b53d23cef3d56dfa5c87bc290db159bec74baf9
sys-base.lisp: Use not-deprecated function for quitting SBCL.

It turns out that `sb-ext:exit' is supported in all versions that I care
about, so just go with that.
sys-base.lisp