X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-macros.lisp;h=d35628291d885b65f903c3c95026eec7559bf98b;hb=58e6e7e38d835e51beb5f21440b4b7bd27d106f2;hp=edccfe8cb046c1d90bc996767b9abe720f4f42c4;hpb=48a89995e768d67fcda55849a70b0ea759ad190a;p=umlisp.git diff --git a/parse-macros.lisp b/parse-macros.lisp index edccfe8..d356282 100644 --- a/parse-macros.lisp +++ b/parse-macros.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: parse-macros.lisp,v 1.2 2002/10/09 23:03:41 kevin Exp $ +;;;; $Id: parse-macros.lisp,v 1.3 2003/05/05 23:13:28 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -39,7 +39,7 @@ (,ustream (umls-pathname ,filename) :direction :input :if-exists :overwrite) (do ((,line (read-buffered-fields ,buffer ,ustream) (read-buffered-fields ,buffer ,ustream))) - ((eq ,line 'eof) t) + ((eq ,line 'kl::eof) t) ,@body))))) (defmacro with-buffered2-umls-file ((line filename) &body body)