[movitz-cvs] CVS update: movitz/losp/muerte/typep.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Aug 24 07:31:58 UTC 2005
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv5055
Modified Files:
typep.lisp
Log Message:
Rearranged some code to have movitz build cleanly.
Date: Wed Aug 24 09:31:57 2005
Author: ffjeld
Index: movitz/losp/muerte/typep.lisp
diff -u movitz/losp/muerte/typep.lisp:1.50 movitz/losp/muerte/typep.lisp:1.51
--- movitz/losp/muerte/typep.lisp:1.50 Sun Aug 21 19:59:18 2005
+++ movitz/losp/muerte/typep.lisp Wed Aug 24 09:31:57 2005
@@ -9,7 +9,7 @@
;;;; Created at: Fri Dec 8 11:07:53 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: typep.lisp,v 1.50 2005/08/21 17:59:18 ffjeld Exp $
+;;;; $Id: typep.lisp,v 1.51 2005/08/24 07:31:57 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -691,9 +691,6 @@
(deftype bit ()
'(integer 0 1))
-
-(deftype index (&optional (step 1))
- `(integer 0 ,(- #x1fffffff step)))
(defun type-of (x)
(class-name (class-of x)))
More information about the Movitz-cvs
mailing list