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:
parent
def471c917
commit
a4b92a05ef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue