Show
Ignore:
Timestamp:
08/11/07 04:53:46 (16 months ago)
Author:
krobillard
Message:

Removed slice! datatype - series now have an end.
Added slice test.
ur_makeBinary() now takes pointer argument.
Fixed bug in _makeComponent().
Fixed compiler warnings. Minor optimization to if/.

Files:
1 modified

Legend:

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

    r433 r450  
    273273            case UT_VECTOR: 
    274274            case UT_BITSET: 
    275                 SET_BIT_BIN_L( it->series.n ) 
    276                 break; 
    277  
    278             case UT_SLICE: 
    279                 if( ur_sliceDT(it) == UT_BLOCK || 
    280                     ur_sliceDT(it) == UT_PAREN ) 
    281                     goto mark_block; 
    282275                SET_BIT_BIN_L( it->series.n ) 
    283276                break; 
     
    309302            case UT_BLOCK: 
    310303            case UT_PAREN: 
    311 mark_block: 
    312304                idx = it->series.n; 
    313305                if( ur_isLocal(idx) )