Index: early-dict.lisp
===================================================================
RCS file: /cvs-public/clpython/core/early-dict.lisp,v
retrieving revision 1.10
diff -r1.10 early-dict.lisp
85c85,87
< (eval-when (:compile-toplevel :load-toplevel :execute)
---
> 
> ;; SBCL isn't happy about this eval-when
> ;;(eval-when (:compile-toplevel :load-toplevel :execute)
156c158,160
<       do (change-class d 'py-dict)))
---
>       do (change-class d 'py-dict))
> 
> ;; ) end of eval-when
