X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-mysql.asd;h=0fa706ec256bfe824cf64cb690a0ac2ade2e0a24;hp=f74d39cbac4cf1ccc8b8547c99152af1b213d7c1;hb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;hpb=7ce9554f4ee4490255947a9d343a2bd27c8974d6 diff --git a/clsql-mysql.asd b/clsql-mysql.asd index f74d39c..0fa706e 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-mysql.asd,v 1.12 2002/10/14 04:09:02 kevin Exp $ +;;;; $Id: clsql-mysql.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 ;;;; @@ -20,7 +20,7 @@ ;;; System definition -#+(or allegro lispworks cmu sbcl openmcl mcl) +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql-mysql :name "cl-sql-mysql" :author "Kevin M. Rosenberg "