X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=connect.lisp;h=bbf7ae76a359232dead340d80aabbffb1f2b5e20;hb=0817a8721cbefca2205dcde535ff6b164033abef;hp=05a873578612048589ffd0f0068458fe28f0347c;hpb=04f829aab1e5caaefe60391f756e7a5db2d1282b;p=hyperobject.git diff --git a/connect.lisp b/connect.lisp index 05a8735..bbf7ae7 100644 --- a/connect.lisp +++ b/connect.lisp @@ -7,14 +7,12 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: connect.lisp,v 1.3 2003/05/14 05:29:48 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* -(in-package :hyperobject) -(eval-when (:compile-toplevel :execute) - (declaim (optimize (speed 2) (safety 2) (compilation-speed 0) (debug 2)))) +(in-package #:hyperobject) (defvar *ho-sql-db* "ho") (defun ho-sql-db ()