X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql-classes.lisp;h=1d180d6b5b85cc754bac78c0d9759b17283da557;hb=2038ce2f480179fd23cb3ded6fa1250e61e22029;hp=5c6ddea8f1e931a7462f4da27d37c67cbf696e2b;hpb=7d5546141bd1916109792db767431dd8e3e1fe64;p=umlisp.git diff --git a/sql-classes.lisp b/sql-classes.lisp index 5c6ddea..1d180d6 100644 --- a/sql-classes.lisp +++ b/sql-classes.lisp @@ -7,17 +7,16 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sql-classes.lisp,v 1.83 2003/05/16 08:34:00 kevin Exp $ +;;;; $Id: sql-classes.lisp,v 1.84 2003/06/10 22:30:16 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. ;;;; ************************************************************************* -(in-package :umlisp) -(declaim (optimize (compilation-speed 0) (debug 3))) +(in-package # :umlisp) (defvar *current-srl* nil)