X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.asd;h=204a59c620d4be9f1e281a19011e0f71163f5e36;hp=b17607b8dcb433b28af4a71ef19534641fc4bf36;hb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;hpb=7ce9554f4ee4490255947a9d343a2bd27c8974d6 diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index b17607b..204a59c 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql.asd,v 1.12 2002/10/14 04:09:02 kevin Exp $ +;;;; $Id: clsql-postgresql.asd,v 1.13 2002/10/16 11:51:04 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,7 +19,7 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :asdf) -#+(or allegro lispworks cmu sbcl openmcl mcl) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql-postgresql :name "cl-sql-postgresql" :author "Kevin M. Rosenberg "