replace deprecated sb-ext:quit with sb-ext:exit

As of 1.0.57[1]

[1]: http://sbcl.org/all-news.html#1.0.57
This commit is contained in:
Javier Olaechea 2014-08-15 14:05:03 -05:00
parent def471c917
commit a4b92a05ef

View file

@ -60,7 +60,7 @@ an UNWIND-PROTECT, then change back to the current directory."
(defun exit ()
"Exit the lisp system returning a 0 status code."
#+sbcl (sb-ext:quit)
#+sbcl (sb-ext:exit)
#+ccl (ccl:quit)
#+ecl (si:quit)
#+cmucl (ext:quit)