aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/OUTFORM.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-27 17:08:27 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-27 17:08:27 +0000
commit8e0d0dbfa31e6a035ec5e954c192742ade763dda (patch)
tree2eb913a591c3582a95e0419e2aed3c9df458dda0 /src/algebra/strap/OUTFORM.lsp
parent8a5fd55bbfb440f3b4d787c345782b546dd96a6b (diff)
downloadopen-axiom-8e0d0dbfa31e6a035ec5e954c192742ade763dda.tar.gz
* interp/nruncomp.boot (NRTputInHead): Tidy.
Diffstat (limited to 'src/algebra/strap/OUTFORM.lsp')
-rw-r--r--src/algebra/strap/OUTFORM.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/OUTFORM.lsp b/src/algebra/strap/OUTFORM.lsp
index 4fe691d8..8916bd73 100644
--- a/src/algebra/strap/OUTFORM.lsp
+++ b/src/algebra/strap/OUTFORM.lsp
@@ -546,7 +546,7 @@
(|%listlit| 'INTSIGN |b| (|%listlit| 'NOTHING) |a|)))
(DEFUN |OUTFORM;doubleFloatFormat;2S;1| (|s| $)
- (LET ((|ss| (|getShellEntry| $ 6)))
+ (LET ((|ss| (SVREF $ 6)))
(SEQ (|setShellEntry| $ 6 |s|) (EXIT |ss|))))
(DEFUN |OUTFORM;sform| (|s| $) (DECLARE (IGNORE $)) |s|)