X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-macros.lisp;h=902b3cf5f2f6d1e4c73627fea618068b932d3a90;hb=2038ce2f480179fd23cb3ded6fa1250e61e22029;hp=224496bc58efca1dc3f15a7523f508860e6457e7;hpb=cdd0b5094e4db943ad6c9f79018f1dcd4f5bc205;p=umlisp.git diff --git a/parse-macros.lisp b/parse-macros.lisp index 224496b..902b3cf 100644 --- a/parse-macros.lisp +++ b/parse-macros.lisp @@ -2,15 +2,15 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: parse-macros.lisp -;;;; Purpose: Macros for UMLS file parsing -;;;; Programmer: Kevin M. Rosenberg -;;;; Date Started: Apr 2000 +;;;; Name: parse-macros.lisp +;;;; Purpose: Macros for UMLS file parsing +;;;; Author: Kevin M. Rosenberg +;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: parse-macros.lisp,v 1.5 2003/05/06 02:19:46 kevin Exp $ +;;;; $Id: parse-macros.lisp,v 1.8 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,7 +18,6 @@ (in-package #:umlisp) - (defmacro with-umls-file ((line filename) &body body) "Opens a UMLS and processes each parsed line with (body) argument" (let ((ustream (gensym "STRM-"))