From: Kevin M. Rosenberg Date: Wed, 9 Oct 2002 23:28:41 +0000 (+0000) Subject: r2961: *** empty log message *** X-Git-Tag: v2.5.5~144 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=39746723838339674f26c439f13d880a768ca7ba r2961: *** empty log message *** --- diff --git a/lml.lisp b/lml.lisp index c3a3c98..54ae37e 100644 --- a/lml.lisp +++ b/lml.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.lisp,v 1.1 2002/09/30 10:26:43 kevin Exp $ +;;;; $Id: lml.lisp,v 1.2 2002/10/09 23:28:41 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,7 @@ ;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) +(declaim (optimize (debug 3) (speed 3) (safety 3) (compilation-speed 0))) (in-package :lml) (defun html4-prologue-string ()