From d2aa4652224e0dd476e9bbe53cea718ec3d89506 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 28 Aug 2009 17:29:17 +0000 Subject: * boot/ast.boot (bfCase): Don't introduce temporary for scrutinee when it is already reduced. --- src/algebra/strap/LSAGG.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/algebra/strap/LSAGG.lsp') diff --git a/src/algebra/strap/LSAGG.lsp b/src/algebra/strap/LSAGG.lsp index b5b6f97d..03de8f30 100644 --- a/src/algebra/strap/LSAGG.lsp +++ b/src/algebra/strap/LSAGG.lsp @@ -6,7 +6,7 @@ (DEFPARAMETER |ListAggregate;AL| 'NIL) (DEFUN |ListAggregate;| (|t#1|) - (PROG (#0=#:G1431) + (PROG (#0=#:G1429) (RETURN (PROG1 (LETT #0# (|sublisV| @@ -27,8 +27,8 @@ (|setShellEntry| #0# 0 (LIST '|ListAggregate| (|devaluate| |t#1|))))))) -(DEFUN |ListAggregate| (#0=#:G1432) - (LET (#1=#:G1433) +(DEFUN |ListAggregate| (#0=#:G1430) + (LET (#1=#:G1431) (COND ((SETQ #1# (|assoc| (|devaluate| #0#) |ListAggregate;AL|)) (CDR #1#)) -- cgit v1.2.3