r5152: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 17 Jun 2003 17:50:45 +0000 (17:50 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 17 Jun 2003 17:50:45 +0000 (17:50 +0000)
read-macro.lisp

index 0981adde5c6196a43d6a2d10fd6b50589754a7d7..f8740bf441a7aae3d7779a9e93d6189bd5042ca8 100644 (file)
@@ -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 #\]")