From 85ffb95ec1d15c5467784f00bdc2e22cfb319162 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 19 May 2009 04:36:48 +0000 Subject: * interp/vmlisp.lisp (LIST2VEC): Tidy. --- src/interp/c-util.boot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/interp/c-util.boot') diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot index cfb1b9da..d5e78051 100644 --- a/src/interp/c-util.boot +++ b/src/interp/c-util.boot @@ -800,8 +800,7 @@ sublisV(p,e) == suba(p,e) == STRINGP e => e -- no need to descend vectors unless they are categories - --REFVECP e => LIST2REFVEC [suba(p,e.i) for i in 0..MAXINDEX e] - isCategory e => LIST2REFVEC [suba(p,e.i) for i in 0..MAXINDEX e] + isCategory e => LIST2VEC [suba(p,e.i) for i in 0..MAXINDEX e] atom e => (y:= ASSQ(e,p) => rest y; e) u:= suba(p,QCAR e) v:= suba(p,QCDR e) -- cgit v1.2.3