Changeset 336 for trunk/thune/eval.c

Show
Ignore:
Timestamp:
01/05/07 21:14:50 (2 years ago)
Author:
krobillard
Message:

Thune - Added lshift, rshift. Improved bitset!.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/eval.c

    r323 r336  
    10051005            { 
    10061006                ur_sliceDT(val) = UT_BINARY; 
     1007            } 
     1008            else if( ur_is(val, UT_BITSET) ) 
     1009            { 
     1010                ur_type(val) = UT_BINARY; 
    10071011            } 
    10081012            break;