aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/STAGG-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-07-04 19:00:59 +0000
committerdos-reis <gdr@axiomatics.org>2009-07-04 19:00:59 +0000
commite2587f659cb1f58cb198ce0c841f43015378457f (patch)
tree54add7b4e7b7272d0569e9a9e1f34288aeed10fb /src/algebra/strap/STAGG-.lsp
parent44a49cb801191cd6e803204aaffe04ab7a65a345 (diff)
downloadopen-axiom-e2587f659cb1f58cb198ce0c841f43015378457f.tar.gz
* interp/c-util.boot (simplifySEQ): New.
(transformToBackendCode): Use it.
Diffstat (limited to 'src/algebra/strap/STAGG-.lsp')
-rw-r--r--src/algebra/strap/STAGG-.lsp19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/algebra/strap/STAGG-.lsp b/src/algebra/strap/STAGG-.lsp
index 5785250c..97751dd5 100644
--- a/src/algebra/strap/STAGG-.lsp
+++ b/src/algebra/strap/STAGG-.lsp
@@ -57,16 +57,15 @@
(LETT #0# NIL |STAGG-;first;ANniA;3|)
(SEQ (LETT |i| 1 |STAGG-;first;ANniA;3|) G190
(COND ((QSGREATERP |i| |n|) (GO G191)))
- (SEQ (EXIT (LETT #0#
- (CONS
- (|STAGG-;c2| |x|
- (LETT |x|
- (SPADCALL |x|
- (|getShellEntry| $ 17))
- |STAGG-;first;ANniA;3|)
- $)
- #0#)
- |STAGG-;first;ANniA;3|)))
+ (LETT #0#
+ (CONS (|STAGG-;c2| |x|
+ (LETT |x|
+ (SPADCALL |x|
+ (|getShellEntry| $ 17))
+ |STAGG-;first;ANniA;3|)
+ $)
+ #0#)
+ |STAGG-;first;ANniA;3|)
(LETT |i| (QSADD1 |i|) |STAGG-;first;ANniA;3|)
(GO G190) G191 (EXIT (NREVERSE0 #0#))))
(|getShellEntry| $ 19))))))