X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-package.lisp;h=7c74f098fbbfb5a2f1f3c9ee1292bb1df1a8c683;hp=95499bed354e045fa9eb12e6bd83575a3c4d20b9;hb=736227185dd5fcda15796ef2a0da1bebb82ee9e5;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b diff --git a/db-mysql/mysql-package.lisp b/db-mysql/mysql-package.lisp index 95499be..7c74f09 100644 --- a/db-mysql/mysql-package.lisp +++ b/db-mysql/mysql-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ +;;;; $Id: mysql-package.lisp,v 1.3 2003/05/07 02:45:08 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,11 +16,10 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :cl-user) +(in-package #:cl-user) -(defpackage :mysql - (:use :common-lisp :clsql-uffi) +(defpackage #:mysql + (:use #:cl #:clsql-uffi) (:export #:database-library-loaded