From 3ab8846a02d3541197a064b5bf9c254e80e3bce3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 10:02:14 +0000 Subject: [PATCH] r2714: Auto commit for Debian build --- lml.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lml.cl b/lml.cl index c2ade0c..5aea792 100644 --- 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 ;;;; @@ -225,7 +225,7 @@ (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 -- 2.34.1