r3562: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 5 Dec 2002 18:15:23 +0000 (18:15 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 5 Dec 2002 18:15:23 +0000 (18:15 +0000)
debian/changelog
package.lisp
sqlgen.lisp

index e826683909af2cd8d3d4de0564f9d881ab2dfe36..fb373d1e183aafac4bff602e1d3b44097f1c9633 100644 (file)
@@ -1,3 +1,9 @@
+cl-hyperobject (2.1.1-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  4 Dec 2002 14:52:12 -0700
+
 cl-hyperobject (2.1.0-1) unstable; urgency=low
 
   * Rename :reference slot option
index 4398820b42463038ac4b1a9cec2ef7f12eb42472..daf4a32dec7ceaf60f61f72d509deb94ad75a38f 100644 (file)
@@ -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
index 4b37fb902ccacb2f8bd25e697d18e078b863d65d..e071c689c6d5cfbd29bab9dd0c216740ba7f38f2 100644 (file)
@@ -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))
     initargs))
 
 
+||#