r3002: sbcl additions
[clsql.git] / clsql-postgresql-socket.asd
index ee844077e4fb4a91d64d2147a346727e5520792a..819d64d9c423675e587b7459da65c8757a24054d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql-socket.asd,v 1.9 2002/09/20 06:37:39 kevin Exp $\r
+;;;; $Id: clsql-postgresql-socket.asd,v 1.12 2002/10/14 04:09:02 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -20,6 +20,7 @@
 \r
 ;;; System definition\r
 \r
+#+(or allegro lispworks cmu sbcl openmcl mcl)\r
 (defsystem :clsql-postgresql-socket\r
   :name "cl-sql-postgresql-socket"\r
   :author "Kevin M. Rosenberg <kmr@debian.org>"\r
@@ -38,8 +39,3 @@
             (:file "postgresql-socket-sql"\r
                    :depends-on ("postgresql-socket-api")))))\r
   :depends-on (:clsql-base :uffi))\r
-\r
-(defmethod source-file-type  ((c cl-source-file)\r
-                             (s (eql (find-system :clsql-postgresql-socket)))) \r
-   "cl")\r
-\r