clsql clsql-base.asd,1.17,1.18 clsql.asd,1.15,1.16
[email protected] Fri, 8 Nov 2002 09:51:52 -0700
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql
In directory boa.b9.com:/tmp/cvs-serv6694/clsql
Modified Files:
clsql-base.asd clsql.asd
Log Message:
remove load-compile-op from .asd file
Index: clsql-base.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-base.asd,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** clsql-base.asd 16 Oct 2002 11:51:04 -0000 1.17
--- clsql-base.asd 8 Nov 2002 16:51:50 -0000 1.18
***************
*** 42,47 ****
(: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*)))
--- 42,43 ----
Index: clsql.asd
===================================================================
RCS file: /pubcvs/clsql/clsql.asd,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** clsql.asd 16 Oct 2002 11:51:04 -0000 1.15
--- clsql.asd 8 Nov 2002 16:51:50 -0000 1.16
***************
*** 43,50 ****
: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*)))
-
--- 43,44 ----