From 908960a455e09bf5440ab87ed288efc989f8b29e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 26 Jan 2011 19:40:22 +0000 Subject: Replace more occurences of LIST with %listlit. --- src/algebra/strap/SINT.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/algebra/strap/SINT.lsp') 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 $)) -- cgit v1.2.3