X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=utils.cl;h=28d739f1a08e7db99f2e9950581dd4f2fecc2062;hb=8bf0cbe6076bc4530f165b41735d33d90e2c541a;hp=8dc05c1f248461addceb72eeba3fb24c8fdcba42;hpb=a77a3f28b733bb260a3c4dc8760d65da2d5c9e39;p=lml.git diff --git a/utils.cl b/utils.cl index 8dc05c1..28d739f 100644 --- a/utils.cl +++ b/utils.cl @@ -1,4 +1,4 @@ -;;; $Id: utils.cl,v 1.5 2002/09/16 08:44:09 kevin Exp $ +;;; $Id: utils.cl,v 1.6 2002/09/20 18:55:03 kevin Exp $ ;;;; ;;;; General purpose utilities @@ -49,7 +49,7 @@ year hr min sec)))) -(defun lml-quit (&optional code) +(defun lml-quit (&optional (code 0)) "Function to exit the Lisp implementation. Copied from CLOCC's QUIT function." #+allegro (excl:exit code) #+clisp (#+lisp=cl ext:quit #-lisp=cl lisp:quit code)