From: Kevin M. Rosenberg Date: Tue, 10 Jun 2003 22:59:38 +0000 (+0000) Subject: r5081: *** empty log message *** X-Git-Tag: v2006ac.2~145 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=2924b3442a520fc3c672de41d1c90db46eaec0b0 r5081: *** empty log message *** --- diff --git a/sql-classes.lisp b/sql-classes.lisp index 1d180d6..72d321e 100644 --- a/sql-classes.lisp +++ b/sql-classes.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sql-classes.lisp,v 1.84 2003/06/10 22:30:16 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.85 2003/06/10 22:57:45 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. @@ -16,7 +16,7 @@ ;;;; as governed by the terms of the GNU General Public License. ;;;; ************************************************************************* -(in-package # :umlisp) +(in-package #:umlisp) (defvar *current-srl* nil) diff --git a/utils.lisp b/utils.lisp index 07f297b..8f00b3d 100644 --- a/utils.lisp +++ b/utils.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: utils.lisp,v 1.7 2003/06/10 22:30:16 kevin Exp $ +;;;; $Id: utils.lisp,v 1.8 2003/06/10 22:57:45 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. @@ -79,7 +79,7 @@ eui)) (defconstant +cuisui-scale+ 10000000) -(proclaim (type fixnum +cuisui-scale+)) +(declaim (type fixnum +cuisui-scale+)) (defun make-cuisui (cui sui) (declare (fixnum cui sui)