r4820: *** empty log message ***
[umlisp.git] / parse-macros.lisp
index edccfe8cb046c1d90bc996767b9abe720f4f42c4..d35628291d885b65f903c3c95026eec7559bf98b 100644 (file)
@@ -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)