Changeset 3545

Show
Ignore:
Timestamp:
07/22/08 10:50:30 (4 months ago)
Author:
ksprotte
Message:

need to write now bos.m2.allocation-cache::rebuild-cache in two exceptional places

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/m2/allocation.lisp

    r3475 r3545  
    221221  (warn "activating ~S" area) 
    222222  (setf (slot-value area 'active-p) t) 
    223   (bos.m2.allocation-cache:rebuild-cache) 
     223  (bos.m2.allocation-cache::rebuild-cache) 
    224224  area) 
    225225 
     
    227227  (warn "deactivating ~S" area) 
    228228  (setf (slot-value area 'active-p) nil) 
    229   (bos.m2.allocation-cache:rebuild-cache) 
     229  (bos.m2.allocation-cache::rebuild-cache) 
    230230  area) 
    231231