X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=read-macro.lisp;h=d20fe6491f3558d5c28ed8302d2e1f1f320b9e6d;hb=28ffbb681a9e3af53d604e65eb68684e411e2be6;hp=0981adde5c6196a43d6a2d10fd6b50589754a7d7;hpb=5151ac10e8472126199e05ff8e5ab382ecba3c68;p=lml.git diff --git a/read-macro.lisp b/read-macro.lisp index 0981add..d20fe64 100644 --- a/read-macro.lisp +++ b/read-macro.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: read-macro.lisp,v 1.2 2003/06/06 21:59:30 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -40,7 +40,7 @@ (setq curr-string (new-string)) (setq got-comma nil) (vector-push #\( curr-string) - (do ((ch (read-char stream t nil t) (Read-char stream t nil t))) + (do ((ch (read-char stream t nil t) (read-char stream t nil t))) ((and (eql ch #\)) (zerop paren-level))) (when (eql ch #\]) (format *trace-output* "Syntax error reading #\]")