[CCL fix
clinton@unknownlamer.org**20090208223317
 Naturally only SBCL has :synchronized hash tables
] hunk ./src/bee-page.lisp 4
-  (make-hash-table :test #'equalp :synchronized t))
+  (make-hash-table :test #'equalp #+sbcl :synchronized #+sbcl t))