Show
Ignore:
Timestamp:
06/11/07 04:07:02 (18 months ago)
Author:
krobillard
Message:

Thune - Simplified macros with macro! datatype.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/eval.c

    r404 r408  
    5959 
    6060 
    61 static void _infuseOpcodes( UThread* ut, UIndex blkN ) 
     61void ur_infuseOpcodes( UThread* ut, UIndex blkN ) 
    6262{ 
    6363    UBlock* blk; 
     
    432432        if( blkN ) 
    433433        { 
    434             _infuseOpcodes( ut, blkN ); 
     434            ur_infuseOpcodes( ut, blkN ); 
    435435            return ur_eval( ut, blkN, 0 ); 
    436436        }