From: Kevin M. Rosenberg Date: Tue, 17 Jun 2003 17:50:45 +0000 (+0000) Subject: r5152: *** empty log message *** X-Git-Tag: v2.5.5~80 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=9191a298494fa0128d7633518d63c566622bee63 r5152: *** empty log message *** --- diff --git a/read-macro.lisp b/read-macro.lisp index 0981add..f8740bf 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: read-macro.lisp,v 1.3 2003/06/17 17:50:45 kevin Exp $ ;;;; ;;;; 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 #\]")