aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/STAGG-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-06 13:37:14 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-06 13:37:14 +0000
commit7d0cd86fd5243dc6d350e3ae7b4201698a82b69d (patch)
treeb97fb43b5e1cd614dc21ead4d4dd1b19239eee59 /src/algebra/strap/STAGG-.lsp
parent4348e69c730e4e3faa7b993ac0dac5ec426a374c (diff)
downloadopen-axiom-7d0cd86fd5243dc6d350e3ae7b4201698a82b69d.tar.gz
* interp/c-util.boot (mutateToBackendCode): Don't replace explicit
SETQ by LETT.
Diffstat (limited to 'src/algebra/strap/STAGG-.lsp')
-rw-r--r--src/algebra/strap/STAGG-.lsp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/algebra/strap/STAGG-.lsp b/src/algebra/strap/STAGG-.lsp
index 0f429a51..3323f313 100644
--- a/src/algebra/strap/STAGG-.lsp
+++ b/src/algebra/strap/STAGG-.lsp
@@ -55,16 +55,15 @@
(LOOP
(COND
((> |i| |n|) (RETURN (NREVERSE #0#)))
- (T (LETT #0#
+ (T (SETQ #0#
(CONS (|STAGG-;c2| |x|
(LETT |x|
(SPADCALL |x|
(|getShellEntry| $ 13))
|STAGG-;first;ANniA;3|)
$)
- #0#)
- |STAGG-;first;ANniA;3|)))
- (LETT |i| (+ |i| 1) |STAGG-;first;ANniA;3|)))
+ #0#))))
+ (SETQ |i| (+ |i| 1))))
(|getShellEntry| $ 15)))
(DEFUN |STAGG-;c2| (|x| |r| $)