Merge pull request #53 from PuercoPop/patch-1

replace deprecated sb-ext:quit with sb-ext:exit
This commit is contained in:
Brit Butler 2014-08-15 15:35:14 -04:00
commit 81fe5a72d3

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)