clsql/db-mysql mysql-package.lisp,1.2,1.3
"Kevin M. Rosenberg" <[email protected]> Tue, 6 May 2003 20:45:10 -0600
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/db-mysql
In directory boa.b9.com:/tmp/cvs-serv31459/db-mysql
Modified Files:
mysql-package.lisp
Log Message:
Auto commit for Debian build
Index: mysql-package.lisp
===================================================================
RCS file: /pubcvs/clsql/db-mysql/mysql-package.lisp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mysql-package.lisp 14 Oct 2002 04:09:02 -0000 1.2
--- mysql-package.lisp 7 May 2003 02:45:08 -0000 1.3
***************
*** 17,25 ****
;;;; *************************************************************************
! (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
! (in-package :cl-user)
! (defpackage :mysql
! (:use #:common-lisp #:clsql-uffi)
(:export
#:database-library-loaded
--- 17,24 ----
;;;; *************************************************************************
! (in-package #:cl-user)
! (defpackage #:mysql
! (:use #:cl #:clsql-uffi)
(:export
#:database-library-loaded