Changeset 3614
- Timestamp:
- 07/24/08 13:39:37 (4 months ago)
- Files:
-
- trunk/projects/bos/m2/allocation.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/m2/allocation.lisp
r3612 r3614 297 297 meter." 298 298 (when (funcall pred m2) 299 (let *((allocated (make-hash-table :test #'eq))300 (border-queue (make-queue))301 completely-checked)299 (let ((allocated (make-hash-table :test #'eq)) 300 (border-queue (make-queue)) 301 completely-checked) 302 302 (labels 303 303 ((to-border-queue (m2)
