clsql/db-aodbc aodbc-package.lisp,1.2,1.3
"Kevin M. Rosenberg" <[email protected]> Thu, 1 May 2003 22:42:16 -0600
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/db-aodbc
In directory boa.b9.com:/tmp/cvs-serv5066/db-aodbc
Modified Files:
aodbc-package.lisp
Log Message:
Auto commit for Debian build
Index: aodbc-package.lisp
===================================================================
RCS file: /pubcvs/clsql/db-aodbc/aodbc-package.lisp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** aodbc-package.lisp 6 Dec 2002 20:46:58 -0000 1.2
--- aodbc-package.lisp 2 May 2003 04:42:14 -0000 1.3
***************
*** 17,21 ****
;;;; *************************************************************************
- (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
(in-package :cl-user)
--- 17,20 ----
***************
*** 27,31 ****
(defpackage :clsql-aodbc
(:nicknames :aodbc)
! (:use :common-lisp :clsql-base)
(:export #:aodbc-database)
(:documentation "This is the CLSQL interface to Allegro's AODBC"))
--- 26,30 ----
(defpackage :clsql-aodbc
(:nicknames :aodbc)
! (:use :common-lisp :clsql-base-sys)
(:export #:aodbc-database)
(:documentation "This is the CLSQL interface to Allegro's AODBC"))