[movitz-cvs] CVS update: movitz/storage-types.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Mon Mar 22 16:45:40 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv9151
Modified Files:
storage-types.lisp
Log Message:
Added a type-tag of a kind that probably won't ever be used for
anything, but who knows. I'll document this when GC works.
Date: Mon Mar 22 11:45:40 2004
Author: ffjeld
Index: movitz/storage-types.lisp
diff -u movitz/storage-types.lisp:1.11 movitz/storage-types.lisp:1.12
--- movitz/storage-types.lisp:1.11 Fri Mar 19 05:49:39 2004
+++ movitz/storage-types.lisp Mon Mar 22 11:45:39 2004
@@ -9,7 +9,7 @@
;;;; Created at: Sun Oct 22 00:22:43 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: storage-types.lisp,v 1.11 2004/03/19 10:49:39 ffjeld Exp $
+;;;; $Id: storage-types.lisp,v 1.12 2004/03/22 16:45:39 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -72,6 +72,7 @@
:funobj #x30
:std-instance #x40
:run-time-context #x50
+ :infant-object #x65
;; :simple-vector #x20
;; :character-vector
More information about the Movitz-cvs
mailing list