Changeset 300 for trunk/thune/gc.c

Show
Ignore:
Timestamp:
10/18/06 23:51:02 (2 years ago)
Author:
krobillard
Message:

Rune - Implemented 'each.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gc.c

    r276 r300  
    208208        switch( ur_type(it) ) 
    209209        { 
     210            case UT_UNSET: 
     211            case UT_DATATYPE: 
     212            case UT_NONE: 
     213            case UT_LOGIC: 
     214            case UT_OPCODE: 
     215            case UT_CHAR: 
     216            case UT_INT: 
     217            case UT_DECIMAL: 
     218            case UT_COORD: 
     219            case UT_VEC3: 
     220                break; 
     221 
    210222            case UT_WORD: 
    211223            case UT_SETWORD: