r2714: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:02:14 +0000 (10:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:02:14 +0000 (10:02 +0000)
lml.cl

diff --git a/lml.cl b/lml.cl
index c2ade0c0b1e2bc0b27e8233c87c5bc1cc5d609db..5aea792905d74a3ee181936700e2c4b6584b14b3 100644 (file)
--- a/lml.cl
+++ b/lml.cl
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.cl,v 1.10 2002/09/16 10:00:47 kevin Exp $
+;;;; $Id: lml.cl,v 1.11 2002/09/16 10:02:14 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
                      (vector-push-extend ch curr-string))
                    (vector-push-extend #\) curr-string)
                    (let ((eval-string (read-from-string curr-string))
-                         (result (gensym)))
+                         (res (gensym)))
                      (push
                       `(let ((,res ,eval-string))
                          (when ,res