r5081: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 10 Jun 2003 22:59:38 +0000 (22:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 10 Jun 2003 22:59:38 +0000 (22:59 +0000)
sql-classes.lisp
utils.lisp

index 1d180d6b5b85cc754bac78c0d9759b17283da557..72d321e9ffba7b79077a144f48e42378b274a1d4 100644 (file)
@@ -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)
index 07f297bb8f7391b1515384ca8ae56777ee4c8933..8f00b3daf54551f360e654a2ace83f1fac301842 100644 (file)
@@ -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)