Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
(defun terminate (status)
|
||||
#+sbcl ( sb-ext:quit :unix-status status) ; SBCL
|
||||
#+ccl ( ccl:quit status) ; Clozure CL
|
||||
#+clisp ( ext:quit status) ; GNU CLISP
|
||||
#+cmu ( unix:unix-exit status) ; CMUCL
|
||||
#+ecl ( ext:quit status) ; ECL
|
||||
#+abcl ( ext:quit :status status) ; Armed Bear CL
|
||||
#+allegro ( excl:exit status :quiet t) ; Allegro CL
|
||||
#+gcl (common-lisp-user::bye status) ; GCL
|
||||
#+ecl ( ext:quit status) ; ECL
|
||||
(cl-user::quit)) ; Many implementations put QUIT in the sandbox CL-USER package.
|
||||
Loading…
Add table
Add a link
Reference in a new issue