[movitz-cvs] CVS update: movitz/image.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Mon Aug 9 13:38:55 UTC 2004


Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv24944

Modified Files:
	image.lisp 
Log Message:
Remove restify-dynamic-extent from run-time-context.

Date: Mon Aug  9 06:38:55 2004
Author: ffjeld

Index: movitz/image.lisp
diff -u movitz/image.lisp:1.62 movitz/image.lisp:1.63
--- movitz/image.lisp:1.62	Fri Aug  6 07:43:46 2004
+++ movitz/image.lisp	Mon Aug  9 06:38:54 2004
@@ -9,7 +9,7 @@
 ;;;; Created at:    Sun Oct 22 00:22:43 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: image.lisp,v 1.62 2004/08/06 14:43:46 ffjeld Exp $
+;;;; $Id: image.lisp,v 1.63 2004/08/09 13:38:54 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -224,11 +224,6 @@
     :map-binary-read-delayed 'movitz-word-code-vector
     :binary-tag :primitive-function
     :binary-type code-vector-word)
-   (restify-dynamic-extent
-    :binary-type code-vector-word
-    :map-binary-write 'movitz-intern-code-vector
-    :map-binary-read-delayed 'movitz-word-code-vector
-    :binary-tag :primitive-function)
    (box-u32-ecx
     :binary-type code-vector-word
     :map-binary-write 'movitz-intern-code-vector





More information about the Movitz-cvs mailing list