X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-common.lisp;h=bf334ca7edeaf15924b72517f80b6f09309541fd;hb=5265bd2d2382c51c7bbef19c150466eb1afd58bd;hp=3141b73c54d0dd2eb94fd15e0b6e2c8d498f7f46;hpb=26b92c8df70bcd58358b343db835a599cdc56013;p=umlisp.git diff --git a/parse-common.lisp b/parse-common.lisp index 3141b73..bf334ca 100644 --- a/parse-common.lisp +++ b/parse-common.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: parse-common.lisp,v 1.12 2003/05/08 01:28:30 kevin Exp $ +;;;; $Id: parse-common.lisp,v 1.14 2003/05/09 11:04:06 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -21,7 +21,7 @@ (eval-when (:compile-toplevel) (declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3)))) -(defun ensure-init-umls (&optional (alwaysclear nil)) +(defun ensure-ucols+ufiles (&optional (alwaysclear nil)) "Initialize all UMLS file and column structures if not already initialized" (when (or alwaysclear (null *umls-files*)) (gen-ucols) @@ -184,7 +184,7 @@ Currently, these are the LEX and NET files." ucol)) (defun make-empty-ucol (colname filename) - (warn "call in make-empty-ucol: ~A/~A" colname filename) + ;;(format "call in make-empty-ucol: ~A/~A" colname filename) (make-ucol (copy-seq colname) "Unknown" "" nil nil nil filename nil)) (defun find-ucol (colname filename)