[elephant-cvs] CVS elephant/src/elephant
rread
rread at common-lisp.net
Mon Feb 5 00:40:31 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/elephant
In directory clnet:/tmp/cvs-serv20658
Modified Files:
serializer1.lisp
Log Message:
Import the bignum-ref symbol
--- /project/elephant/cvsroot/elephant/src/elephant/serializer1.lisp 2007/02/04 04:34:57 1.4
+++ /project/elephant/cvsroot/elephant/src/elephant/serializer1.lisp 2007/02/05 00:40:31 1.5
@@ -18,6 +18,9 @@
(defpackage :elephant-serializer1
(:use :cl :elephant :elephant-memutil)
+ #+(or cmu sbcl)
+ (:import-from :sb-bignum
+ %bignum-ref)
(:import-from :elephant
*resourced-byte-spec*
get-cached-instance
More information about the Elephant-cvs
mailing list