X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=create-sql.lisp;h=763418d14ef9447cdd8b2ac153c8ffe585370ba0;hb=40f95c8097f0617a30f3520c5767a61df871b0dc;hp=4367e1d4f216371ab93435b9dc277153e87ede73;hpb=78849aa930b4215a487b0a08492989196556efdd;p=umlisp.git diff --git a/create-sql.lisp b/create-sql.lisp index 4367e1d..763418d 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -7,10 +7,10 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: create-sql.lisp,v 1.4 2003/05/09 00:06:38 kevin Exp $ +;;;; $Id: create-sql.lisp,v 1.6 2003/06/10 22:30:16 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. @@ -18,9 +18,6 @@ (in-package #:umlisp) -(eval-when (:compile-toplevel) - (declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3)))) - (defun create-table-cmd (file) "Return sql command to create a table" (let ((col-func @@ -192,7 +189,7 @@ This is much faster that using create-umls-db-insert." (defun translate-all-files (&optional (extension ".trans")) "Copy translated files and return postgresql copy commands to import" (make-noneng-index-file extension) - (dolist (f (remove-if "MRXW.NONENG" *umls-files* :test #'string= :key #'fil)) + (dolist (f (remove "MRXW.NONENG" *umls-files* :test #'string= :key #'fil)) (translate-umls-file f extension))) (defun translate-umls-file (file extension)