aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/SINT.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/SINT.lsp')
-rw-r--r--src/algebra/strap/SINT.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/strap/SINT.lsp b/src/algebra/strap/SINT.lsp
index 92ca2f6d..23ee4bcf 100644
--- a/src/algebra/strap/SINT.lsp
+++ b/src/algebra/strap/SINT.lsp
@@ -524,8 +524,8 @@
(DEFUN |SingleInteger;| ()
(DECLARE (SPECIAL |$ConstructorCache|))
- (LET ((|dv$| (LIST '|SingleInteger|)) ($ (|newShell| 114))
- (|pv$| (|buildPredVector| 0 0 (LIST))))
+ (LET ((|dv$| '(|SingleInteger|)) ($ (|newShell| 114))
+ (|pv$| (|buildPredVector| 0 0 NIL)))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|haddProp| |$ConstructorCache| '|SingleInteger| NIL (CONS 1 $))