r3357: remove load-compile-op from .asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
clsql-base.asd
clsql.asd
debian/changelog

index 5ca88a081ed5bfa1c5670197077f6bae4548a4d2..72e02b8409936b7289eed3d0e1b0f9d11e12dcdf 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.asd,v 1.17 2002/10/16 11:51:04 kevin Exp $
+;;;; $Id: clsql-base.asd,v 1.18 2002/11/08 16:51:50 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -41,7 +41,3 @@
             (:file "db-interface" :depends-on ("conditions"))
             (:file "initialize" :depends-on ("db-interface"))))))
 
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql-base))))
-    (pushnew :clsql-base cl:*features*)))
index 36c688cab3f037b22adfbffac8448760fe799d94..0db72bf722fd7516e4c99f80c32969f80e9c69ba 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.15 2002/10/16 11:51:04 kevin Exp $
+;;;; $Id: clsql.asd,v 1.16 2002/11/08 16:51:50 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -42,9 +42,3 @@
             (:file "usql" :depends-on ("sql")))))
   :depends-on (:clsql-base)
   )
-
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql))))
-    (pushnew :clsql cl:*features*)))
-
index eb261c5b9b924e5322434c17e99258fa4c949dd7..33dcf419b75d5bea712fd689158b21158d30c25a 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (1.2.2-1) unstable; urgency=low
+
+  * Remove 'load-compiled-op from .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:49:09 -0700
+
 cl-sql (1.2.1-1) unstable; urgency=low
 
   * New upstream version