aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/PI.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-26 08:52:30 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-26 08:52:30 +0000
commitd093a22f14e8f669b08ac407b4a2d6fc32d1e2ae (patch)
treec09da937ec9b9c25ce02b61e63be480b6f842d02 /src/algebra/strap/PI.lsp
parentf739a0a8d77e564cf9a7853b0f135c99b45ff831 (diff)
downloadopen-axiom-d093a22f14e8f669b08ac407b4a2d6fc32d1e2ae.tar.gz
* interp/g-util.boot (expandListlit): Tidy.
Diffstat (limited to 'src/algebra/strap/PI.lsp')
-rw-r--r--src/algebra/strap/PI.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/PI.lsp b/src/algebra/strap/PI.lsp
index 350ddbe3..f83b73dd 100644
--- a/src/algebra/strap/PI.lsp
+++ b/src/algebra/strap/PI.lsp
@@ -23,7 +23,7 @@
(DEFUN |PositiveInteger;| ()
(DECLARE (SPECIAL |$ConstructorCache|))
(LET ((|dv$| (LIST '|PositiveInteger|)) ($ (|newShell| 16))
- (|pv$| (|buildPredVector| 0 0 NIL)))
+ (|pv$| (|buildPredVector| 0 0 (LIST))))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|haddProp| |$ConstructorCache| '|PositiveInteger| NIL (CONS 1 $))