aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ILIST.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-27 17:08:27 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-27 17:08:27 +0000
commit8e0d0dbfa31e6a035ec5e954c192742ade763dda (patch)
tree2eb913a591c3582a95e0419e2aed3c9df458dda0 /src/algebra/strap/ILIST.lsp
parent8a5fd55bbfb440f3b4d787c345782b546dd96a6b (diff)
downloadopen-axiom-8e0d0dbfa31e6a035ec5e954c192742ade763dda.tar.gz
* interp/nruncomp.boot (NRTputInHead): Tidy.
Diffstat (limited to 'src/algebra/strap/ILIST.lsp')
-rw-r--r--src/algebra/strap/ILIST.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/ILIST.lsp b/src/algebra/strap/ILIST.lsp
index 0d8a5c40..666f6015 100644
--- a/src/algebra/strap/ILIST.lsp
+++ b/src/algebra/strap/ILIST.lsp
@@ -181,7 +181,7 @@
(DECLARE (IGNORE $))
(REVERSE |x|))
-(DEFUN |ILIST;minIndex;$I;18| (|x| $) (|getShellEntry| $ 7))
+(DEFUN |ILIST;minIndex;$I;18| (|x| $) (SVREF $ 7))
(DEFUN |ILIST;rest;$Nni$;19| (|x| |n| $)
(SEQ (LET ((|i| 1))