aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/NNI.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/NNI.lsp')
-rw-r--r--src/algebra/strap/NNI.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/strap/NNI.lsp b/src/algebra/strap/NNI.lsp
index 7cecef47..6223ad90 100644
--- a/src/algebra/strap/NNI.lsp
+++ b/src/algebra/strap/NNI.lsp
@@ -58,8 +58,8 @@
(DEFUN |NonNegativeInteger;| ()
(DECLARE (SPECIAL |$ConstructorCache|))
- (LET ((|dv$| (LIST '|NonNegativeInteger|)) ($ (|newShell| 22))
- (|pv$| (|buildPredVector| 0 0 (LIST))))
+ (LET ((|dv$| '(|NonNegativeInteger|)) ($ (|newShell| 22))
+ (|pv$| (|buildPredVector| 0 0 NIL)))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|haddProp| |$ConstructorCache| '|NonNegativeInteger| NIL