[movitz-cvs] CVS update: movitz/storage-types.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Jul 28 10:00:50 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv1619
Modified Files:
storage-types.lisp
Log Message:
Change the name "constant-block" to "run-time-context" so as to be
consistent. "Run-time-context" is the name that's I've been using in
newer documentation and code.
Date: Wed Jul 28 03:00:50 2004
Author: ffjeld
Index: movitz/storage-types.lisp
diff -u movitz/storage-types.lisp:1.33 movitz/storage-types.lisp:1.34
--- movitz/storage-types.lisp:1.33 Tue Jul 27 02:13:36 2004
+++ movitz/storage-types.lisp Wed Jul 28 03:00:50 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.33 2004/07/27 09:13:36 ffjeld Exp $
+;;;; $Id: storage-types.lisp,v 1.34 2004/07/28 10:00:50 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -621,7 +621,7 @@
(assert (eq type 'word))
(cond
((eq 'muerte::unbound obj)
- (binary-slot-value (image-constant-block *image*) 'unbound-function))
+ (binary-slot-value (image-run-time-context *image*) 'unbound-function))
((typep obj 'movitz-funobj)
(movitz-intern obj))
((symbolp obj)
@@ -987,7 +987,7 @@
(length
:binary-type lu16
:initarg :length
- :accessor movitz-bignum-length
+ :accessor movitz-struct-length
:map-binary-write (lambda (x &optional type)
(declare (ignore type))
(check-type x (unsigned-byte 14))
More information about the Movitz-cvs
mailing list