X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=9b1120c0cb76caa5aa6156dde16d799ea58afb96;hb=baef3e3eba503d04fe6d19ac3087bf9d3dbc37b9;hp=022a6ff87f7fcfb1acb4b18c92e62115e738fb33;hpb=3007bf45eafdba239aeeac900422488829440c75;p=umlisp.git diff --git a/package.lisp b/package.lisp index 022a6ff..9b1120c 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.12 2002/11/12 18:05:00 kevin Exp $ +;;;; $Id: package.lisp,v 1.14 2002/12/09 14:11:09 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -35,6 +35,8 @@ ;; From sql.lisp #:umls-sql-user! #:umls-sql-passwd! + #:umls-sql-db! + #:umls-sql-host! #:with-sql-connection #:mutex-sql-execute #:mutex-sql-query @@ -179,6 +181,8 @@ #:sstr #:sstre1 #:sstre2 + + #:english-term-p ))