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

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Sat Nov 13 16:10:11 UTC 2004


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

Modified Files:
	image.lisp 
Log Message:
Removed the bogus dynamic-unwind primitive-function and special operator.

Date: Sat Nov 13 17:10:10 2004
Author: ffjeld

Index: movitz/image.lisp
diff -u movitz/image.lisp:1.77 movitz/image.lisp:1.78
--- movitz/image.lisp:1.77	Fri Nov 12 17:24:51 2004
+++ movitz/image.lisp	Sat Nov 13 17:10:09 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.77 2004/11/12 16:24:51 ffjeld Exp $
+;;;; $Id: image.lisp,v 1.78 2004/11/13 16:10:09 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -177,11 +177,6 @@
     :map-binary-read-delayed 'movitz-word-code-vector
     :binary-type code-vector-word)
    (dynamic-unwind-next
-    :map-binary-write 'movitz-intern-code-vector
-    :binary-tag :primitive-function
-    :map-binary-read-delayed 'movitz-word-code-vector
-    :binary-type code-vector-word)
-   (dynamic-unwind
     :map-binary-write 'movitz-intern-code-vector
     :binary-tag :primitive-function
     :map-binary-read-delayed 'movitz-word-code-vector





More information about the Movitz-cvs mailing list