Ignore:
Timestamp:
11/10/09 18:08:14 (3 years ago)
Author:
james
Message:

fix broken abstracts
fix %% expanding to contain other macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstract.tcl

    r1041 r1051  
    172172} 
    173173 
    174 proc bMotion_abstract_load { abstract } { 
    175         bMotion_putloglev 5 * "bMotion_abstract_load ($abstract)" 
    176   global bMotion_abstract_contents bMotion_abstract_timestamps 
     174proc bMotion_abstract_load { abstract } {  
     175        bMotion_putloglev 5 * "bMotion_abstract_load ($abstract)"  
     176         
     177        global bMotion_abstract_contents bMotion_abstract_timestamps 
    177178  global bMotionModules bMotion_abstract_ondisk 
    178179  global bMotion_loading bMotion_testing 
     
    646647        catch { 
    647648                set filter $bMotion_abstract_filter(_all) 
     649                bMotion_putloglev d * "abstract: found an _all filter, applying to $abstract" 
    648650                bMotion_abstract_filter $abstract $filter 
    649651        } 
Note: See TracChangeset for help on using the changeset viewer.