Update of /project/cl-store/cvsroot/cl-store/clisp In directory common-lisp.net:/tmp/cvs-serv11637/clisp
Modified Files: mop.lisp Log Message: ChangeLog 2005-05-05 Date: Thu May 5 14:58:56 2005 Author: sross
Index: cl-store/clisp/mop.lisp diff -u cl-store/clisp/mop.lisp:1.1 cl-store/clisp/mop.lisp:1.2 --- cl-store/clisp/mop.lisp:1.1 Tue Feb 1 09:27:38 2005 +++ cl-store/clisp/mop.lisp Thu May 5 14:58:56 2005 @@ -2,7 +2,6 @@ ;; See the file LICENCE for licence information.
(in-package :cl-store) -;;(declaim (optimize (speed 3) (safety 0) (debug 0)))
;; this is such a pain.