From 9191a298494fa0128d7633518d63c566622bee63 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 17 Jun 2003 17:50:45 +0000 Subject: [PATCH] r5152: *** empty log message *** --- read-macro.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #\]") -- 2.34.1