Changeset 162 for trunk/thune/gc.c

Show
Ignore:
Timestamp:
05/27/06 21:22:22 (3 years ago)
Author:
krobillard
Message:

Thune -

Opcode selector is now preserved by infuse & ur_toStr().
Added ur_makeBinaryFrom() & ur_encodingCharSize[].
Command line arguments now passed to script in 'args.
Switched order of 'iter arguments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gc.c

    r152 r162  
    405405            case CC_ITER: 
    406406            case CC_FOREACH: 
     407                SET_BIT_BLOCK( it->cp.n ); 
    407408                it -= CC_LEN_ITER; 
    408409                break;