Changeset 3543
- Timestamp:
- 07/22/08 10:35:04 (4 months ago)
- Files:
-
- trunk/projects/bos/m2/allocation-cache.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/m2/allocation-cache.lisp
r3542 r3543 233 233 234 234 (defun rebuild-cache () 235 "" 235 (assert (in-transaction-p) nil 236 "rebuild-cache may only be called in a transaction context") 236 237 (unless *allocation-cache* 237 238 (setq *allocation-cache* (make-allocation-cache)))
