X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.lisp;h=2e7dce9e5c7fdad09df4db4f18dde2c802f6a971;hb=a04792f0e7d7c539becfa095778ec16815a3fc29;hp=257955dfb07f65b92c32ad177f3bb84065fcecc6;hpb=37dfca749b60696c70489a2bbe2a2d428136d48f;p=lml.git diff --git a/lml.lisp b/lml.lisp index 257955d..2e7dce9 100644 --- a/lml.lisp +++ b/lml.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.lisp,v 1.3 2002/10/13 15:14:54 kevin Exp $ +;;;; $Id: lml.lisp,v 1.4 2002/10/13 17:43:32 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -217,6 +217,9 @@ (if (eql ch #\() ;; Starting top-level ,( (progn + #+cmu + (setf curr-string (coerce curr-string `(simple-array character (*)))) + (push `(lml-print ,curr-string) forms) (setq curr-string (new-string)) (setq got-comma nil)