r8936: merged classic-tests into tests
[clsql.git] / db-sqlite / sqlite-api-clisp.lisp
index 101f5b4abe0659fbf849b7e03261e02bf8b20143..7e57fa2f139d090a9c664676628fb4b3e2176f91 100644 (file)
 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 ;; MA 02111-1307 USA
 
-;; $Id: sqlite.lisp,v 1.4 2003/11/28 21:02:43 aurelio Exp $
+;; $Id$
 
-(in-package :cl-user)
+(in-package #:cl-user)
 
-(defpackage :sqlite
-  (:use :common-lisp :ffi)
+(defpackage #:sqlite
+  (:use #:common-lisp #:ffi)
   (:export
            ;;; Conditions
            #:sqlite-error
 ;;;; Mode: lisp
 ;;;; Syntax: ANSI-Common-Lisp
 ;;;; Package: sqlite
-;;;; End:
\ No newline at end of file
+;;;; End: