X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=utils.cl;h=dd86f0cc623cd1fdbeee0c325eff9b45fa96755e;hb=711232053c56eb646c584a1758c359553990c70c;hp=78e37141619d8e1f50ad44be2000dbf24189664c;hpb=8698a357d0bb4acdff22b8afd83c92661f4f864c;p=lml.git diff --git a/utils.cl b/utils.cl index 78e3714..dd86f0c 100644 --- a/utils.cl +++ b/utils.cl @@ -1,4 +1,4 @@ -;;; $Id: utils.cl,v 1.3 2002/09/16 02:37:35 kevin Exp $ +;;; $Id: utils.cl,v 1.4 2002/09/16 08:38:36 kevin Exp $ ;;;; ;;;; General purpose utilities @@ -58,7 +58,7 @@ #+gcl (lisp:bye code) #+lispworks (lw:quit :status code) #+lucid (lcl:quit code) - #+sbcl (sb-ext:quit :unix-code (typecase code (number code) (null 0) (t 1))) + #+sbcl (sb-ext:quit :unix-status (typecase code (number code) (null 0) (t 1))) #-(or allegro clisp cmu cormanlisp gcl lispworks lucid sbcl) (error 'not-implemented :proc (list 'quit code)))