[movitz-cvs] CVS update: movitz/compiler-types.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Sep 15 10:19:07 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv7535
Modified Files:
compiler-types.lisp
Log Message:
Removed reference to deprecated type movitz-vector.
Date: Wed Sep 15 12:19:06 2004
Author: ffjeld
Index: movitz/compiler-types.lisp
diff -u movitz/compiler-types.lisp:1.19 movitz/compiler-types.lisp:1.20
--- movitz/compiler-types.lisp:1.19 Thu Jul 29 02:12:48 2004
+++ movitz/compiler-types.lisp Wed Sep 15 12:19:06 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Wed Sep 10 00:40:07 2003
;;;;
-;;;; $Id: compiler-types.lisp,v 1.19 2004/07/29 00:12:48 ffjeld Exp $
+;;;; $Id: compiler-types.lisp,v 1.20 2004/09/15 10:19:06 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -251,7 +251,7 @@
(symbol
(typep x 'movitz-symbol))
((vector array)
- (typep x '(or movitz-basic-vector movitz-vector)))
+ (typep x 'movitz-basic-vector))
(fixnum
(typep x 'movitz-fixnum))
(bignum
More information about the Movitz-cvs
mailing list