r2798: *** empty log message ***
[lml.git] / utils.cl
index 8dc05c1f248461addceb72eeba3fb24c8fdcba42..28d739f1a08e7db99f2e9950581dd4f2fecc2062 100644 (file)
--- 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)