X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.lisp;h=3a39758321668c4d62ec2d13d205f95c6240b759;hb=8e4acfc5c7db648e02978b146f5e265d19934e90;hp=2e7dce9e5c7fdad09df4db4f18dde2c802f6a971;hpb=a04792f0e7d7c539becfa095778ec16815a3fc29;p=lml.git diff --git a/lml.lisp b/lml.lisp index 2e7dce9..3a39758 100644 --- a/lml.lisp +++ b/lml.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.lisp,v 1.4 2002/10/13 17:43:32 kevin Exp $ +;;;; $Id: lml.lisp,v 1.5 2002/10/14 03:25:05 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -211,6 +211,7 @@ (curr-string (new-string)) (paren-level 0) (got-comma nil)) + (declare (type fixnum paren-level)) (do ((ch (read-char stream t nil t) (read-char stream t nil t))) ((eql ch #\])) (if got-comma