Update of /project/elephant/cvsroot/elephant/src/elephant In directory clnet:/tmp/cvs-serv15946/src/elephant
Modified Files: serializer2.lisp Log Message: Changing misspelled maybe-cons symbol.
--- /project/elephant/cvsroot/elephant/src/elephant/serializer2.lisp 2007/02/05 03:18:22 1.15 +++ /project/elephant/cvsroot/elephant/src/elephant/serializer2.lisp 2007/02/05 16:09:25 1.16 @@ -410,7 +410,7 @@ ((= tag +hash-table+) (let* ((id (buffer-read-fixnum bs)) (maybe-hash (lookup-id id))) - (declare (dynamic-extent id maybe-cons) + (declare (dynamic-extent id maybe-hash) (type fixnum id)) (if maybe-hash maybe-hash (let* ((test (%deserialize bs))