aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/OUTFORM.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/OUTFORM.lsp')
-rw-r--r--src/algebra/strap/OUTFORM.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/algebra/strap/OUTFORM.lsp b/src/algebra/strap/OUTFORM.lsp
index 01476bd3..4ab17df6 100644
--- a/src/algebra/strap/OUTFORM.lsp
+++ b/src/algebra/strap/OUTFORM.lsp
@@ -529,7 +529,7 @@
(DEFUN |OUTFORM;doubleFloatFormat;2S;1| (|s| $)
(LET ((|ss| (SVREF $ 6)))
- (SEQ (|setShellEntry| $ 6 |s|) (EXIT |ss|))))
+ (SEQ (SETF (|shellEntry| $ 6) |s|) (EXIT |ss|))))
(DEFUN |OUTFORM;sform| (|s| $) (DECLARE (IGNORE $)) |s|)
@@ -988,11 +988,11 @@
(DECLARE (SPECIAL |$ConstructorCache|))
(LET ((|dv$| '(|OutputForm|)) ($ (|newShell| 150))
(|pv$| (|buildPredVector| 0 0 NIL)))
- (|setShellEntry| $ 0 |dv$|)
- (|setShellEntry| $ 3 |pv$|)
+ (SETF (|shellEntry| $ 0) |dv$|)
+ (SETF (|shellEntry| $ 3) |pv$|)
(|haddProp| |$ConstructorCache| '|OutputForm| NIL (CONS 1 $))
(|stuffDomainSlots| $)
- (|setShellEntry| $ 6 "~G")
+ (SETF (|shellEntry| $ 6) "~G")
$))
(MAKEPROP '|OutputForm| '|infovec|