From 538edeeb07f658ae86f2213544aa66ab142836c4 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 5 Dec 2002 18:15:23 +0000 Subject: [PATCH] r3562: *** empty log message *** --- debian/changelog | 6 ++++++ package.lisp | 4 ++-- sqlgen.lisp | 6 ++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e826683..fb373d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-hyperobject (2.1.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 4 Dec 2002 14:52:12 -0700 + cl-hyperobject (2.1.0-1) unstable; urgency=low * Rename :reference slot option diff --git a/package.lisp b/package.lisp index 4398820..daf4a32 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.15 2002/12/03 00:12:55 kevin Exp $ +;;;; $Id: package.lisp,v 1.16 2002/12/05 18:15:23 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -61,7 +61,7 @@ pcl:compute-effective-slot-definition pcl::compute-effective-slot-definition-initargs) #+scl - `(class-of class-name clos:class-slots clos::standard-class + `(clos:class-slots clos::standard-class clos::slot-definition-name clos:finalize-inheritance clos::standard-direct-slot-definition clos::standard-effective-slot-definition clos::validate-superclass clos:direct-slot-definition-class diff --git a/sqlgen.lisp b/sqlgen.lisp index 4b37fb9..e071c68 100644 --- a/sqlgen.lisp +++ b/sqlgen.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sqlgen.lisp,v 1.2 2002/12/02 15:57:17 kevin Exp $ +;;;; $Id: sqlgen.lisp,v 1.3 2002/12/05 18:15:23 kevin Exp $ ;;;; ;;;; This file, part of Hyperobject-SQL, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -25,7 +25,8 @@ nil ) -#+ignore +#|| + (defun finalize-sql (cl) (let ((esds (class-slots cl))) (let* ((table-name-slot (slot-value cl 'sql-name)) @@ -282,3 +283,4 @@ initargs)) +||# -- 2.34.1