clsql/db-aodbc aodbc-package.lisp,1.3,1.4

"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-aodbc
In directory boa.b9.com:/tmp/cvs-serv31459/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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** aodbc-package.lisp	2 May 2003 04:42:14 -0000	1.3
--- aodbc-package.lisp	7 May 2003 02:45:08 -0000	1.4
***************
*** 17,21 ****
  ;;;; *************************************************************************
  
! (in-package :cl-user)
  
  #+allegro 
--- 17,21 ----
  ;;;; *************************************************************************
  
! (in-package #:cl-user)
  
  #+allegro 
***************
*** 24,30 ****
  #-allegro (warn "This system requires Allegro's AODBC library to operate")
  
! (defpackage :clsql-aodbc
!     (:nicknames :aodbc)
!     (:use :common-lisp :clsql-base-sys)
      (:export #:aodbc-database)
      (:documentation "This is the CLSQL interface to Allegro's AODBC"))
--- 24,30 ----
  #-allegro (warn "This system requires Allegro's AODBC library to operate")
  
! (defpackage #:clsql-aodbc
!     (:nicknames #:aodbc)
!     (:use :cl :clsql-base-sys)
      (:export #:aodbc-database)
      (:documentation "This is the CLSQL interface to Allegro's AODBC"))