[movitz-cvs] CVS update: movitz/stream-image.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Fri Jul 23 15:34:36 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv31520
Modified Files:
stream-image.lisp
Log Message:
Added support for reading bignums back in from stream-images.
Date: Fri Jul 23 08:34:36 2004
Author: ffjeld
Index: movitz/stream-image.lisp
diff -u movitz/stream-image.lisp:1.8 movitz/stream-image.lisp:1.9
--- movitz/stream-image.lisp:1.8 Thu Jul 8 11:53:38 2004
+++ movitz/stream-image.lisp Fri Jul 23 08:34:36 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Mon Aug 27 14:46:50 2001
;;;;
-;;;; $Id: stream-image.lisp,v 1.8 2004/07/08 18:53:38 ffjeld Exp $
+;;;; $Id: stream-image.lisp,v 1.9 2004/07/23 15:34:36 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -93,6 +93,8 @@
(read-binary 'movitz-struct (image-stream image)))
(:std-instance
(read-binary 'movitz-std-instance (image-stream image)))
+ (:bignum
+ (read-binary 'movitz-bignum (image-stream image)))
(t (warn "unknown other object: #x~X: ~S code #x~X."
word type-tag type-code)
(make-instance 'movitz-fixnum :value (truncate word 4))))))
More information about the Movitz-cvs
mailing list